Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/internal_include/
Dbt_target.h338 #ifndef BLE_MAX_L2CAP_CLIENTS
339 #define BLE_MAX_L2CAP_CLIENTS 15 macro
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_int.h636 tL2C_RCB ble_rcb_pool[BLE_MAX_L2CAP_CLIENTS]; /* Registration info pool */
Dl2c_utils.cc1736 for (xx = 0; xx < BLE_MAX_L2CAP_CLIENTS; xx++, p_rcb++) { in l2cu_allocate_ble_rcb()
1843 for (xx = 0; xx < BLE_MAX_L2CAP_CLIENTS; xx++, p_rcb++) { in l2cu_find_ble_rcb_by_psm()