Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ucd.c125 && ( p_rcb->ucd.state != L2C_UCD_STATE_UNUSED )) { in l2c_ucd_congestion_status_cback()
271 p_rcb->ucd.state = L2C_UCD_STATE_UNUSED; in L2CA_UcdDeregister()
277 if ((p_rcb->in_use) && (p_rcb->ucd.state != L2C_UCD_STATE_UNUSED)) { in L2CA_UcdDeregister()
319 || ( p_rcb->ucd.state == L2C_UCD_STATE_UNUSED )) { in L2CA_UcdDiscover()
383 || ( p_rcb->ucd.state == L2C_UCD_STATE_UNUSED )) { in L2CA_UcdDataWrite()
Dl2c_utils.c1807 p_rcb->ucd.state = L2C_UCD_STATE_UNUSED; in l2cu_allocate_rcb()
1840 p_rcb->ucd.state = L2C_UCD_STATE_UNUSED; in l2cu_allocate_ble_rcb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h235 #define L2C_UCD_STATE_UNUSED 0x00 macro