Home
last modified time | relevance | path

Searched refs:SDP_CreateServiceRecord (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/dis/
H A Ddi_service_over_bredr.cpp29 sdpHandle_ = SDP_CreateServiceRecord(); in RegisterSDP()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgatt_service_over_bredr.cpp29 sdpHandle_ = SDP_CreateServiceRecord(); in RegisterSDP()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_server.cpp26 sdpHandle_ = SDP_CreateServiceRecord(); in RegisterSdpService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_sdp.cpp33 sdpHandle_ = SDP_CreateServiceRecord(); in RegisterService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_sdp.cpp51 sdpHandle_ = SDP_CreateServiceRecord(); in RegisterService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_sdp.cpp51 sdpHandle_ = SDP_CreateServiceRecord(); in RegisterService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_sdp.cpp29 sdpHandle_ = SDP_CreateServiceRecord(); in Register()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_server.cpp41 sdpHandle_ = SDP_CreateServiceRecord(); in RegisterSdpService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_server.cpp43 sdpHandle_ = SDP_CreateServiceRecord(); in RegisterSdpService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h145 uint32_t BTSTACK_API SDP_CreateServiceRecord();
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp.c306 uint32_t SDP_CreateServiceRecord() in SDP_CreateServiceRecord() function