Searched refs:sdpu_find_ccb_by_cid (Results 1 – 3 of 3) sorted by relevance
236 if ((p_ccb = sdpu_find_ccb_by_cid (l2cap_cid)) == NULL) in sdp_connect_cfm()313 if ((p_ccb = sdpu_find_ccb_by_cid (l2cap_cid)) == NULL) in sdp_config_ind()409 if ((p_ccb = sdpu_find_ccb_by_cid (l2cap_cid)) == NULL) in sdp_config_cfm()465 if ((p_ccb = sdpu_find_ccb_by_cid (l2cap_cid)) == NULL) in sdp_disconnect_ind()508 if ((p_ccb = sdpu_find_ccb_by_cid (l2cap_cid)) != NULL) in sdp_data_ind()679 if ((p_ccb = sdpu_find_ccb_by_cid (l2cap_cid)) == NULL) in sdp_disconnect_cfm()
276 extern tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid);
56 tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid) in sdpu_find_ccb_by_cid() function