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 137 UINT8 ccb_idx; local
154 ccb_idx = avdt_ccb_to_idx(p_ccb);
162 (p_tbl->ccb_idx == ccb_idx) &&
172 (p_tbl->ccb_idx == ccb_idx) &&
234 UINT8 ccb_idx = avdt_ccb_to_idx(p_ccb); local
241 if ((p_tbl->tcid == tcid) && (p_tbl->ccb_idx == ccb_idx))
283 p_tbl->ccb_idx = avdt_ccb_to_idx(p_ccb)
    [all...]
avdt_scb_act.c 816 p_scb->p_ccb = avdt_ccb_by_idx(p_data->msg.config_cmd.hdr.ccb_idx);
829 avdt_msg_send_rej(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx),
855 avdt_ccb_event(avdt_ccb_by_idx(p_data->msg.hdr.ccb_idx), AVDT_CCB_UL_CLOSE_EVT, NULL);
    [all...]
avdt_l2c.c 306 p_ccb = avdt_ccb_by_idx(p_tbl->ccb_idx);
avdt_ccb_act.c 720 msg.hdr.ccb_idx = avdt_ccb_to_idx(p_ccb);
    [all...]
avdt_int.h 521 UINT8 ccb_idx; /* channel control block associated with this tc */ member in struct:__anon3500
avdt_api.c 517 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:__anon3590
    [all...]

Completed in 114 milliseconds