Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_ucd.c137 &&( p_rcb->ucd.state != L2C_UCD_STATE_UNUSED )) in l2c_ucd_congestion_status_cback()
282 p_rcb->ucd.state = L2C_UCD_STATE_UNUSED; in L2CA_UcdDeregister()
289 if ((p_rcb->in_use) && (p_rcb->ucd.state != L2C_UCD_STATE_UNUSED)) in L2CA_UcdDeregister()
341 ||( p_rcb->ucd.state == L2C_UCD_STATE_UNUSED )) in L2CA_UcdDiscover()
408 ||( p_rcb->ucd.state == L2C_UCD_STATE_UNUSED )) in L2CA_UcdDataWrite()
Dl2c_int.h226 #define L2C_UCD_STATE_UNUSED 0x00 macro
Dl2c_utils.c1810 p_rcb->ucd.state = L2C_UCD_STATE_UNUSED; in l2cu_allocate_rcb()
1842 p_rcb->ucd.state = L2C_UCD_STATE_UNUSED; in l2cu_allocate_ble_rcb()