HomeSort by relevance Sort by last modified time
    Searched refs:sdp_oper (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/bta/hl/
bta_hl_act.c 156 if ( p_mcb->sdp_oper == BTA_HL_SDP_OP_NONE)
161 p_mcb->sdp_oper = BTA_HL_SDP_OP_DCH_OPEN_INIT;
166 p_mcb->sdp_oper = BTA_HL_SDP_OP_DCH_RECONNECT_INIT;
169 if (bta_hl_init_sdp(p_mcb->sdp_oper, app_idx, mcl_idx, mdl_idx) != BTA_HL_STATUS_OK)
172 p_mcb->sdp_oper = BTA_HL_SDP_OP_NONE;
    [all...]
bta_hl_int.h 503 tBTA_HL_SDP_OPER sdp_oper; member in struct:__anon2579
546 tBTA_HL_SDP_OPER sdp_oper; member in struct:__anon2581
682 extern tSDP_DISC_CMPL_CB *bta_hl_allocate_spd_cback(tBTA_HL_SDP_OPER sdp_oper, UINT8 app_idx, UINT8 mcl_idx,
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,
    [all...]
bta_hl_main.c 1564 tBTA_HL_SDP_OPER sdp_oper; local
    [all...]
bta_hl_utils.c 372 UINT16 bta_hl_get_service_uuids(UINT8 sdp_oper, UINT8 app_idx, UINT8 mcl_idx,
378 switch (sdp_oper)
    [all...]

Completed in 147 milliseconds