Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c77 l2cap_slot_t *l2cap_slots[BTA_JV_MAX_L2C_CONN + 1]; member
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()
182 slot = &l2cap_local_param.l2cap_slots[i]; in l2cap_malloc_slot()
244 l2cap_local_param.l2cap_slots[slot->serial] = NULL; in l2cap_free_slot()
263 slot = l2cap_local_param.l2cap_slots[i]; in l2cap_free_pending_slots()
471 … if (l2cap_local_param.l2cap_slots[i] != NULL && !l2cap_local_param.l2cap_slots[i]->is_server) { in btc_l2cap_uninit()
472 …BTA_JvL2capClose(l2cap_local_param.l2cap_slots[i]->handle, (tBTA_JV_L2CAP_CBACK *)btc_l2cap_inter_… in btc_l2cap_uninit()
473 (void *)l2cap_local_param.l2cap_slots[i]->id); in btc_l2cap_uninit()
[all …]