Home
last modified time | relevance | path

Searched refs:SDP_AddBluetoothProfileDescriptorList (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_server.cpp135 …return SDP_AddBluetoothProfileDescriptorList(sdpHandle_, profileBoth, HFP_HF_HSP_SERVER_PROFILE_NU… in AddProfile()
141 … return SDP_AddBluetoothProfileDescriptorList(sdpHandle_, profileHsp, HFP_HF_SERVER_PROFILE_NUM); in AddProfile()
147 … return SDP_AddBluetoothProfileDescriptorList(sdpHandle_, profileHfp, HFP_HF_SERVER_PROFILE_NUM); in AddProfile()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_server.cpp140 …return SDP_AddBluetoothProfileDescriptorList(sdpHandle_, profileBoth, HFP_AG_HSP_SERVER_PROFILE_NU… in AddProfile()
146 … return SDP_AddBluetoothProfileDescriptorList(sdpHandle_, profileHsp, HFP_AG_SERVER_PROFILE_NUM); in AddProfile()
152 … return SDP_AddBluetoothProfileDescriptorList(sdpHandle_, profileHfp, HFP_AG_SERVER_PROFILE_NUM); in AddProfile()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_server.cpp118 return SDP_AddBluetoothProfileDescriptorList(sdpHandle_, profile, SPP_PROFILE_NUM); in AddProfile()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_sdp.cpp73SDP_AddBluetoothProfileDescriptorList(sdpHandle_, &profileDsc, A2DP_BLUETOOTH_PROFILE_DESCRIPTOR_L… in RegisterService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_sdp.cpp70SDP_AddBluetoothProfileDescriptorList(sdpHandle_, &profileDsc, AVRC_BLUETOOTH_PROFILE_DESCRIPTOR_L… in RegisterService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_sdp.cpp68SDP_AddBluetoothProfileDescriptorList(sdpHandle_, &profileDsc, AVRC_BLUETOOTH_PROFILE_DESCRIPTOR_L… in RegisterService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_sdp.cpp155 int result = SDP_AddBluetoothProfileDescriptorList(sdpHandle_, &profileDescriptor, 1); in AddBluetoothProfileDescriptorList()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h285 int BTSTACK_API SDP_AddBluetoothProfileDescriptorList(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp.c851 int SDP_AddBluetoothProfileDescriptorList( in SDP_AddBluetoothProfileDescriptorList() function