Searched defs:ccb_pool (Results 1 - 2 of 2) sorted by last modified time

/system/bt/stack/gap/
H A Dgap_conn.cc76 tGAP_CCB ccb_pool[GAP_MAX_CONNECTIONS]; member in struct:__anon901
417 p_ccb = &conn.ccb_pool[handle];
702 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) {
1049 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) {
1074 p_ccb = &conn.ccb_pool[handle];
1097 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) {
1140 tGAP_CCB* p_ccb_local = conn.ccb_pool;
/system/bt/stack/l2cap/
H A Dl2c_int.h480 tL2C_CCB ccb_pool[MAX_L2CAP_CHANNELS]; /* Channel Control Block pool */ member in struct:__anon1206

Completed in 52 milliseconds