Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c73 } l2cap_slot_t; typedef
77 l2cap_slot_t *l2cap_slots[BTA_JV_MAX_L2C_CONN + 1];
118 static l2cap_slot_t *l2cap_find_slot_by_handle(uint32_t handle) in l2cap_find_slot_by_handle()
120 l2cap_slot_t *slot = NULL; in l2cap_find_slot_by_handle()
131 static l2cap_slot_t *l2cap_find_slot_by_id(uint32_t id) in l2cap_find_slot_by_id()
133 l2cap_slot_t *slot = NULL; in l2cap_find_slot_by_id()
144 static l2cap_slot_t *l2cap_find_slot_by_fd(int fd) in l2cap_find_slot_by_fd()
146 l2cap_slot_t *slot = NULL; in l2cap_find_slot_by_fd()
173 static l2cap_slot_t *l2cap_malloc_slot(void) in l2cap_malloc_slot()
176 l2cap_slot_t **slot = NULL; in l2cap_malloc_slot()
[all …]