Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp_api.c84 status = BTA_SDP_SUCCESS; in BTA_SdpEnable()
104 tBTA_SDP_STATUS status = BTA_SDP_SUCCESS; in BTA_SdpDisable()
138 ret = BTA_SDP_SUCCESS; in BTA_SdpSearch()
166 ret = BTA_SDP_SUCCESS; in BTA_SdpCreateRecordByUser()
194 ret = BTA_SDP_SUCCESS; in BTA_SdpRemoveRecordByUser()
Dbta_sdp_act.c388 status = BTA_SDP_SUCCESS; in bta_sdp_search_cback()
442 tBTA_SDP_STATUS status = BTA_SDP_SUCCESS; in bta_sdp_enable()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_sdp_api.h35 #define BTA_SDP_SUCCESS 0 /* Successful operation. */ macro