Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c175 uint8_t err_no = 0; in l2cap_malloc_slot() local
204 err_no = 1; in l2cap_malloc_slot()
209 err_no = 2; in l2cap_malloc_slot()
214 err_no = 3; in l2cap_malloc_slot()
224 switch (err_no) { in l2cap_malloc_slot()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c128 uint8_t err_no = 0; in spp_malloc_slot() local
161 err_no = 1; in spp_malloc_slot()
167 err_no = 2; in spp_malloc_slot()
173 err_no = 2; in spp_malloc_slot()
178 err_no = 3; in spp_malloc_slot()
188 switch (err_no) { in spp_malloc_slot()