HomeSort by relevance Sort by last modified time
    Searched refs:sdpu_find_ccb_by_cid (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 234 if ((p_ccb = sdpu_find_ccb_by_cid (l2cap_cid)) == NULL)
311 if ((p_ccb = sdpu_find_ccb_by_cid (l2cap_cid)) == NULL)
407 if ((p_ccb = sdpu_find_ccb_by_cid (l2cap_cid)) == NULL)
463 if ((p_ccb = sdpu_find_ccb_by_cid (l2cap_cid)) == NULL)
506 if ((p_ccb = sdpu_find_ccb_by_cid (l2cap_cid)) != NULL)
676 if ((p_ccb = sdpu_find_ccb_by_cid (l2cap_cid)) == NULL)
sdpint.h 276 extern tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid);
sdp_utils.c 48 ** Function sdpu_find_ccb_by_cid
56 tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid) function

Completed in 179 milliseconds