Home
last modified time | relevance | path

Searched refs:sdp_oper (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/bta/hl/
Dbta_hl_act.c156 if ( p_mcb->sdp_oper == BTA_HL_SDP_OP_NONE) in bta_hl_dch_sdp_init()
161 p_mcb->sdp_oper = BTA_HL_SDP_OP_DCH_OPEN_INIT; in bta_hl_dch_sdp_init()
166 p_mcb->sdp_oper = BTA_HL_SDP_OP_DCH_RECONNECT_INIT; in bta_hl_dch_sdp_init()
169 if (bta_hl_init_sdp(p_mcb->sdp_oper, app_idx, mcl_idx, mdl_idx) != BTA_HL_STATUS_OK) in bta_hl_dch_sdp_init()
172 p_mcb->sdp_oper = BTA_HL_SDP_OP_NONE; in bta_hl_dch_sdp_init()
1180 if (((p_mcb->sdp_oper == BTA_HL_SDP_OP_DCH_OPEN_INIT) || in bta_hl_dch_mca_abort()
1181 (p_mcb->sdp_oper == BTA_HL_SDP_OP_DCH_RECONNECT_INIT)) && in bta_hl_dch_mca_abort()
1681 static void bta_hl_sdp_cback(UINT8 sdp_oper, UINT8 app_idx, UINT8 mcl_idx, in bta_hl_sdp_cback() argument
1701 status, sdp_oper, app_idx, mcl_idx, mdl_idx); in bta_hl_sdp_cback()
1705 service_uuid = bta_hl_get_service_uuids(sdp_oper, app_idx, mcl_idx, mdl_idx); in bta_hl_sdp_cback()
[all …]
Dbta_hl_main.c1473 p_mcb->sdp_oper = BTA_HL_SDP_OP_SDP_QUERY_NEW ; in bta_hl_api_sdp_query()
1484 if (p_mcb->sdp_oper != BTA_HL_SDP_OP_NONE) in bta_hl_api_sdp_query()
1490 p_mcb->sdp_oper = BTA_HL_SDP_OP_SDP_QUERY_CURRENT; in bta_hl_api_sdp_query()
1501 status = bta_hl_init_sdp( p_mcb->sdp_oper, app_idx, mcl_idx, 0xFF); in bta_hl_api_sdp_query()
1503 (p_mcb->sdp_oper == BTA_HL_SDP_OP_SDP_QUERY_NEW) ) in bta_hl_api_sdp_query()
1564 tBTA_HL_SDP_OPER sdp_oper; in bta_hl_sdp_query_results() local
1569 sdp_oper = p_mcb->sdp_oper; in bta_hl_sdp_query_results()
Dbta_hl_int.h503 tBTA_HL_SDP_OPER sdp_oper; member
546 tBTA_HL_SDP_OPER sdp_oper; member
682 …extern tSDP_DISC_CMPL_CB *bta_hl_allocate_spd_cback(tBTA_HL_SDP_OPER sdp_oper, UINT8 app_idx, UINT…
685 extern tBTA_HL_STATUS bta_hl_init_sdp(tBTA_HL_SDP_OPER sdp_oper, UINT8 app_idx, UINT8 mcl_idx,
722 extern UINT16 bta_hl_get_service_uuids(UINT8 sdp_oper, UINT8 app_idx, UINT8 mcl_idx,
Dbta_hl_utils.c372 UINT16 bta_hl_get_service_uuids(UINT8 sdp_oper, UINT8 app_idx, UINT8 mcl_idx, in bta_hl_get_service_uuids() argument
378 switch (sdp_oper) in bta_hl_get_service_uuids()