Home
last modified time | relevance | path

Searched refs:BTA_SDP_FAILURE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp_api.c60 tBTA_SDP_STATUS status = BTA_SDP_FAILURE; in BTA_SdpEnable()
69 return BTA_SDP_FAILURE; in BTA_SdpEnable()
128 tBTA_SDP_STATUS ret = BTA_SDP_FAILURE; in BTA_SdpSearch()
158 tBTA_SDP_STATUS ret = BTA_SDP_FAILURE; in BTA_SdpCreateRecordByUser()
186 tBTA_SDP_STATUS ret = BTA_SDP_FAILURE; in BTA_SdpRemoveRecordByUser()
Dbta_sdp_act.c367 tBTA_SDP_STATUS status = BTA_SDP_FAILURE; in bta_sdp_search_cback()
465 tBTA_SDP_STATUS status = BTA_SDP_FAILURE; in bta_sdp_search()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_sdp_api.h36 #define BTA_SDP_FAILURE 1 /* Generic failure. */ macro