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

  /system/bt/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 502 tBTA_HL_SDP_OPER sdp_oper; member in struct:__anon68768
545 tBTA_HL_SDP_OPER sdp_oper; member in struct:__anon68770
681 extern tSDP_DISC_CMPL_CB *bta_hl_allocate_spd_cback(tBTA_HL_SDP_OPER sdp_oper, UINT8 app_idx, UINT8 mcl_idx,
684 extern tBTA_HL_STATUS bta_hl_init_sdp(tBTA_HL_SDP_OPER sdp_oper, UINT8 app_idx, UINT8 mcl_idx,
721 extern UINT16 bta_hl_get_service_uuids(UINT8 sdp_oper, UINT8 app_idx, UINT8 mcl_idx,
    [all...]
bta_hl_main.c     [all...]
bta_hl_utils.c 371 UINT16 bta_hl_get_service_uuids(UINT8 sdp_oper, UINT8 app_idx, UINT8 mcl_idx,
377 switch (sdp_oper)
    [all...]

Completed in 339 milliseconds