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

  /external/bluetooth/bluedroid/stack/avdt/
avdt_ad.c 138 UINT8 ccb_idx; local
155 ccb_idx = avdt_ccb_to_idx(p_ccb);
163 (p_tbl->ccb_idx == ccb_idx) &&
173 (p_tbl->ccb_idx == ccb_idx) &&
235 UINT8 ccb_idx = avdt_ccb_to_idx(p_ccb); local
242 if ((p_tbl->tcid == tcid) && (p_tbl->ccb_idx == ccb_idx))
284 p_tbl->ccb_idx = avdt_ccb_to_idx(p_ccb)
    [all...]
avdt_scb_act.c 825 p_scb->p_ccb = avdt_ccb_by_idx(p_data->msg.config_cmd.hdr.ccb_idx);
838 avdt_msg_send_rej(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx),
864 avdt_ccb_event(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), AVDT_CCB_UL_CLOSE_EVT, NULL);
    [all...]
avdt_l2c.c 312 p_ccb = avdt_ccb_by_idx(p_tbl->ccb_idx);
avdt_ccb_act.c 727 msg.hdr.ccb_idx = avdt_ccb_to_idx(p_ccb);
    [all...]
avdt_int.h 522 UINT8 ccb_idx; /* channel control block associated with this tc */ member in struct:__anon5840
avdt_api.c 579 evt.msg.config_cmd.hdr.ccb_idx = avdt_ccb_to_idx(p_ccb);
    [all...]
avdt_msg.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
avdt_api.h 285 UINT8 ccb_idx; /* For internal use only */ member in struct:__anon5932
    [all...]

Completed in 617 milliseconds