Searched refs:l2cu_find_rcb_by_psm (Results 1 – 5 of 5) sorted by relevance
99 if ((p_rcb = l2cu_find_rcb_by_psm (psm)) == NULL) { in l2c_ucd_data_ind_cback()203 if ((p_rcb = l2cu_find_rcb_by_psm (psm)) == NULL) { in L2CA_UcdRegister()212 if ((p_rcb = l2cu_find_rcb_by_psm (L2C_UCD_RCB_ID)) == NULL) { in L2CA_UcdRegister()266 if ((p_rcb = l2cu_find_rcb_by_psm (psm)) == NULL) { in L2CA_UcdDeregister()283 if ((p_rcb = l2cu_find_rcb_by_psm (L2C_UCD_RCB_ID)) != NULL) { in L2CA_UcdDeregister()318 if (((p_rcb = l2cu_find_rcb_by_psm (psm)) == NULL) in L2CA_UcdDiscover()382 if (((p_rcb = l2cu_find_rcb_by_psm (psm)) == NULL) in L2CA_UcdDataWrite()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()
84 if ((p_rcb = l2cu_find_rcb_by_psm (vpsm)) == NULL) { in L2CA_Register()93 if ((p_rcb = l2cu_find_rcb_by_psm (vpsm)) == NULL) { in L2CA_Register()125 if ((p_rcb = l2cu_find_rcb_by_psm (psm)) != NULL) { in L2CA_Deregister()181 if ((l2cu_find_rcb_by_psm (psm)) == NULL) { in L2CA_AllocatePSM()242 if ((p_rcb = l2cu_find_rcb_by_psm (psm)) == NULL) { in L2CA_ErtmConnectReq()931 if ((p_rcb = l2cu_find_rcb_by_psm (psm)) == NULL) { in L2CA_LocalLoopbackReq()
465 if ((p_rcb = l2cu_find_rcb_by_psm (con_info.psm)) == NULL) { in process_l2cap_cmd()
1906 tL2C_RCB *l2cu_find_rcb_by_psm (UINT16 psm) in l2cu_find_rcb_by_psm() function
692 extern tL2C_RCB *l2cu_find_rcb_by_psm (UINT16 psm);