Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_act.c157 if ( p_mcb->sdp_oper == BTA_HL_SDP_OP_NONE) in bta_hl_dch_sdp_init()
173 p_mcb->sdp_oper = BTA_HL_SDP_OP_NONE; in bta_hl_dch_sdp_init()
1868 p_cb->sdp_oper = BTA_HL_SDP_OP_NONE; in bta_hl_sdp_cback()
2265 if ( p_cb->sdp_oper == BTA_HL_SDP_OP_NONE) in bta_hl_cch_sdp_init()
2272 p_cb->sdp_oper = BTA_HL_SDP_OP_NONE; in bta_hl_cch_sdp_init()
Dbta_hl_int.h67 #define BTA_HL_SDP_OP_NONE 0 macro
Dbta_hl_main.c1488 if (p_mcb->sdp_oper != BTA_HL_SDP_OP_NONE) in bta_hl_api_sdp_query()