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

  /system/bt/stack/gap/
gap_int.h 99 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS]; member in struct:__anon72487
gap_conn.c 412 p_ccb = &gap_cb.conn.ccb_pool[handle];
731 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++)
    [all...]
  /system/bt/stack/l2cap/
l2c_main.c 812 l2cb.ccb_pool[xx].p_next_ccb = &l2cb.ccb_pool[xx + 1];
820 l2cb.p_free_ccb_first = &l2cb.ccb_pool[0];
821 l2cb.p_free_ccb_last = &l2cb.ccb_pool[MAX_L2CAP_CHANNELS - 1];
    [all...]
l2c_int.h 469 tL2C_CCB ccb_pool[MAX_L2CAP_CHANNELS]; /* Channel Control Block pool */ member in struct:__anon72820
    [all...]
l2c_ucd.c 300 p_ccb = l2cb.ccb_pool;
    [all...]
l2c_utils.c     [all...]
l2c_link.c 879 tL2C_CCB *p_ccb = l2cb.ccb_pool + xx;
    [all...]

Completed in 54 milliseconds