Searched refs:L2C_UCD_RCB_ID (Results 1 – 2 of 2) sorted by relevance
212 if ((p_rcb = l2cu_find_rcb_by_psm (L2C_UCD_RCB_ID)) == NULL) { in L2CA_UcdRegister()213 if ((p_rcb = l2cu_allocate_rcb (L2C_UCD_RCB_ID)) == NULL) { in L2CA_UcdRegister()283 if ((p_rcb = l2cu_find_rcb_by_psm (L2C_UCD_RCB_ID)) != NULL) { in L2CA_UcdDeregister()571 if ((p_rcb = l2cu_find_rcb_by_psm (L2C_UCD_RCB_ID)) == NULL) { in l2c_ucd_connect()842 || ((p_rcb = l2cu_find_rcb_by_psm (L2C_UCD_RCB_ID)) != NULL)) { in l2c_ucd_check_rx_pkts()
234 #define L2C_UCD_RCB_ID 0x00 macro