Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c84 static l2cap_local_param_t l2cap_local_param; variable
108 #define is_l2cap_init() (l2cap_local_param.l2cap_slot_mutex != NULL)
110 #define is_l2cap_init() (&l2cap_local_param != NULL && l2cap_local_param.l2cap_slot_mutex != NULL)
123 slot = l2cap_local_param.l2cap_slots[i]; in l2cap_find_slot_by_handle()
136 slot = l2cap_local_param.l2cap_slots[i]; in l2cap_find_slot_by_id()
149 slot = l2cap_local_param.l2cap_slots[i]; in l2cap_find_slot_by_fd()
178 if (++l2cap_local_param.l2cap_slot_id == 0) { in l2cap_malloc_slot()
179 l2cap_local_param.l2cap_slot_id = 1; in l2cap_malloc_slot()
182 slot = &l2cap_local_param.l2cap_slots[i]; in l2cap_malloc_slot()
187 (*slot)->id = l2cap_local_param.l2cap_slot_id; in l2cap_malloc_slot()
[all …]