Home
last modified time | relevance | path

Searched refs:MAX_L2CAP_CLIENTS (Results 1 – 3 of 3) sorted by relevance

/system/bt/internal_include/
Dbt_target.h438 #ifndef MAX_L2CAP_CLIENTS
439 #define MAX_L2CAP_CLIENTS 15 macro
/system/bt/stack/l2cap/
Dl2c_int.h581 tL2C_RCB rcb_pool[MAX_L2CAP_CLIENTS]; /* Registration info pool */
Dl2c_utils.cc1645 for (xx = 0; xx < MAX_L2CAP_CLIENTS; xx++, p_rcb++) { in l2cu_allocate_rcb()
1755 for (xx = 0; xx < MAX_L2CAP_CLIENTS; xx++, p_rcb++) { in l2cu_find_rcb_by_psm()