Home
last modified time | relevance | path

Searched refs:SDP_DestroyServiceRecord (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/dis/
H A Ddi_service_over_bredr.cpp67 ret = SDP_DestroyServiceRecord(sdpHandle_); in DeregisterSDP()
69 LOG_ERROR("%{public}s::SDP_DestroyServiceRecord Failed", __FUNCTION__); in DeregisterSDP()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgatt_service_over_bredr.cpp67 ret = SDP_DestroyServiceRecord(sdpHandle_); in DeregisterSDP()
69 LOG_ERROR("%{public}s::SDP_DestroyServiceRecord Failed", __FUNCTION__); in DeregisterSDP()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_sdp.cpp93 rtnSts = SDP_DestroyServiceRecord(sdpHandle_); in UnregisterService()
95 LOG_WARN("[A2dpSdpManager]%{public}s SDP_DestroyServiceRecord[result:%{public}d]\n", __func__, rtnSts); in UnregisterService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_server.cpp78 ret = SDP_DestroyServiceRecord(sdpHandle_); in UnregisterSdpService()
80 LOG_ERROR("[sock]%{public}s SDP_DestroyServiceRecord error", __FUNCTION__); in UnregisterSdpService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_sdp.cpp109 result |= SDP_DestroyServiceRecord(sdpHandle_); in UnregisterService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_sdp.cpp107 result |= SDP_DestroyServiceRecord(sdpHandle_); in UnregisterService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_sdp.cpp82 result = SDP_DestroyServiceRecord(sdpHandle_); in Deregister()
84 LOG_ERROR("[PAN SDP] SDP_DestroyServiceRecord result = %{public}d", result); in Deregister()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_server.cpp71 ret = SDP_DestroyServiceRecord(sdpHandle_); in DeregisterSdpService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_server.cpp76 ret = SDP_DestroyServiceRecord(sdpHandle_); in DeregisterSdpService()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h153 int BTSTACK_API SDP_DestroyServiceRecord(uint32_t handle);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp.c350 int SDP_DestroyServiceRecord(uint32_t handle) in SDP_DestroyServiceRecord() function

Completed in 11 milliseconds