Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm.c60 static struct bt_rfcomm_session bt_rfcomm_pool[CONFIG_BT_MAX_CONN]; variable
189 for (i = 0; i < ARRAY_SIZE(bt_rfcomm_pool); i++) { in rfcomm_sessions_lookup_bt_conn()
190 struct bt_rfcomm_session *session = &bt_rfcomm_pool[i]; in rfcomm_sessions_lookup_bt_conn()
1652 for (i = 0; i < ARRAY_SIZE(bt_rfcomm_pool); i++) { in rfcomm_session_new()
1653 struct bt_rfcomm_session *session = &bt_rfcomm_pool[i]; in rfcomm_session_new()