HomeSort by relevance Sort by last modified time
    Searched defs:ccb_idx (Results 1 - 3 of 3) 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_int.h 522 UINT8 ccb_idx; /* channel control block associated with this tc */ member in struct:__anon5840
  /external/bluetooth/bluedroid/stack/include/
avdt_api.h 285 UINT8 ccb_idx; /* For internal use only */ member in struct:__anon5932
    [all...]

Completed in 61 milliseconds