Searched refs:SDP_AddServiceClassIdList (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_sdp_server.cpp | 89 … return SDP_AddServiceClassIdList(sdpHandle_, classIdBoth, HFP_HF_HSP_SERVER_CLASSID_NUM); in AddServiceClassId() 96 return SDP_AddServiceClassIdList(sdpHandle_, classIdHsp, HFP_HF_SERVER_CLASSID_NUM); in AddServiceClassId() 103 return SDP_AddServiceClassIdList(sdpHandle_, classIdHfp, HFP_HF_SERVER_CLASSID_NUM); in AddServiceClassId()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_sdp_server.cpp | 94 … return SDP_AddServiceClassIdList(sdpHandle_, classIdBoth, HFP_AG_HSP_SERVER_CLASSID_NUM); in AddServiceClassId() 101 return SDP_AddServiceClassIdList(sdpHandle_, classIdHsp, HFP_AG_SERVER_CLASSID_NUM); in AddServiceClassId() 108 return SDP_AddServiceClassIdList(sdpHandle_, classIdHfp, HFP_AG_SERVER_CLASSID_NUM); in AddServiceClassId()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/dis/ |
H A D | di_service_over_bredr.cpp | 78 return SDP_AddServiceClassIdList(sdpHandle_, &classid, 1); in SdpAddServiceClassIdList()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/ |
H A D | gatt_service_over_bredr.cpp | 78 return SDP_AddServiceClassIdList(sdpHandle_, &classid, 1); in SdpAddServiceClassIdList()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
H A D | socket_sdp_server.cpp | 93 return SDP_AddServiceClassIdList(sdpHandle_, classid, SPP_CLASSID_NUM); in AddServiceClassId()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_sdp.cpp | 43 rtnSts = SDP_AddServiceClassIdList(sdpHandle_, classIdList, A2DP_SERVICE_CLASS_ID_LIST_NUMBER); in RegisterService()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_sdp.cpp | 59 result |= SDP_AddServiceClassIdList(sdpHandle_, classIdList, AVRC_SERVICE_CLASS_ID_LIST_NUMBER); in RegisterService()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_sdp.cpp | 57 result |= SDP_AddServiceClassIdList(sdpHandle_, classIdList, AVRC_SERVICE_CLASS_ID_LIST_NUMBER); in RegisterService()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_sdp.cpp | 96 int result = SDP_AddServiceClassIdList(sdpHandle_, classId, 1); in AddServiceClassIdList()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | sdp.h | 180 int BTSTACK_API SDP_AddServiceClassIdList(uint32_t handle, const BtUuid *classid, uint16_t classidN…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp.c | 474 int SDP_AddServiceClassIdList(uint32_t handle, const BtUuid *classid, uint16_t classidNumber) in SDP_AddServiceClassIdList() function
|