Searched refs:SDP_AddBrowseGroupList (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/dis/ |
H A D | di_service_over_bredr.cpp | 47 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 D | gatt_service_over_bredr.cpp | 47 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 D | socket_sdp_server.cpp | 132 return SDP_AddBrowseGroupList(sdpHandle_, browseGroupList, SPP_BROWSE_LIST_NUM); in AddBrowseGroupList()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_sdp.cpp | 92 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 D | avrcp_tg_sdp.cpp | 90 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 D | pan_sdp.cpp | 180 int result = SDP_AddBrowseGroupList(sdpHandle_, &btUuid, 1); in AddBrowseGroupList()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_sdp_server.cpp | 182 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 D | hfp_ag_sdp_server.cpp | 199 return SDP_AddBrowseGroupList(sdpHandle_, browseGroupList, HFP_AG_SERVER_BROWSE_LIST_NUM); in AddBrowseGroupList()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | sdp.h | 236 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 D | sdp.c | 683 int SDP_AddBrowseGroupList(uint32_t handle, const BtUuid *browseUuid, uint16_t browseUuidNumber) in SDP_AddBrowseGroupList() function
|
Completed in 7 milliseconds