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

  /external/bluetooth/bluedroid/stack/gap/
gap_int.h 117 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS]; member in struct:__anon3100
gap_conn.c 364 p_ccb = &gap_cb.conn.ccb_pool[handle];
733 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++)
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_main.c 840 l2cb.ccb_pool[xx].p_next_ccb = &l2cb.ccb_pool[xx + 1];
849 l2cb.p_free_ccb_first = &l2cb.ccb_pool[0];
850 l2cb.p_free_ccb_last = &l2cb.ccb_pool[MAX_L2CAP_CHANNELS - 1];
    [all...]
l2c_link.c 824 p_ccb = l2cb.ccb_pool + xx;
876 p_ccb = l2cb.ccb_pool + xx;
    [all...]
l2c_int.h 474 tL2C_CCB ccb_pool[MAX_L2CAP_CHANNELS]; /* Channel Control Block pool */ member in struct:__anon3472
    [all...]
l2c_ucd.c 297 p_ccb = l2cb.ccb_pool;
    [all...]
l2c_utils.c     [all...]
l2c_fcr.c     [all...]

Completed in 174 milliseconds