Home
last modified time | relevance | path

Searched refs:SDP_AddBrowseGroupList (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/dis/
H A Ddi_service_over_bredr.cpp47 LOG_WARN("%{public}s::SDP_AddBrowseGroupList Failed", __FUNCTION__); in RegisterSDP()
108 return SDP_AddBrowseGroupList(sdpHandle_, browseGroupList, 1); in SdpAddBrowseGroupList()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgatt_service_over_bredr.cpp47 LOG_WARN("%{public}s::SDP_AddBrowseGroupList Failed", __FUNCTION__); in RegisterSDP()
108 return SDP_AddBrowseGroupList(sdpHandle_, browseGroupList, 1); in SdpAddBrowseGroupList()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_server.cpp132 return SDP_AddBrowseGroupList(sdpHandle_, browseGroupList, SPP_BROWSE_LIST_NUM); in AddBrowseGroupList()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_sdp.cpp92 result |= SDP_AddBrowseGroupList(sdpHandle_, browseGroupList, AVRC_ATTRIBUTE_ID_BROWSE_GROUP_LIST_NUMBER); in RegisterService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_sdp.cpp90 result |= SDP_AddBrowseGroupList(sdpHandle_, browseGroupList, AVRC_ATTRIBUTE_ID_BROWSE_GROUP_LIST_NUMBER); in RegisterService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_sdp.cpp180 int result = SDP_AddBrowseGroupList(sdpHandle_, &btUuid, 1); in AddBrowseGroupList()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_server.cpp182 return SDP_AddBrowseGroupList(sdpHandle_, browseGroupList, HFP_HF_SERVER_BROWSE_LIST_NUM); in AddBrowseGroupList()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_server.cpp199 return SDP_AddBrowseGroupList(sdpHandle_, browseGroupList, HFP_AG_SERVER_BROWSE_LIST_NUM); in AddBrowseGroupList()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h236 int BTSTACK_API SDP_AddBrowseGroupList(uint32_t handle, const BtUuid *browseUuid, uint16_t browseUuidNumber);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp.c683 int SDP_AddBrowseGroupList(uint32_t handle, const BtUuid *browseUuid, uint16_t browseUuidNumber) in SDP_AddBrowseGroupList() function

Completed in 7 milliseconds