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

  /system/bt/stack/gap/
gap_conn.cc 77 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS]; member in struct:__anon2195
435 p_ccb = &conn.ccb_pool[handle];
724 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) {
    [all...]
  /system/bt/stack/l2cap/
l2c_main.cc 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];
l2c_int.h 471 tL2C_CCB ccb_pool[MAX_L2CAP_CHANNELS]; /* Channel Control Block pool */
    [all...]
l2c_utils.cc     [all...]
l2c_link.cc 791 tL2C_CCB* p_ccb = l2cb.ccb_pool + xx;
    [all...]

Completed in 169 milliseconds