Searched refs:L2C_UCD_STATE_UNUSED (Results 1 – 3 of 3) sorted by relevance
125 && ( 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()
1807 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()
235 #define L2C_UCD_STATE_UNUSED 0x00 macro