Searched refs:L2CAP_BASE_APPL_CID (Results 1 – 5 of 5) sorted by relevance
318 L2CAP_BASE_APPL_CID = 0x0040, enumerator330 CASE_RETURN_STRING_HEX04(L2CAP_BASE_APPL_CID); in l2cap_cid_fixed_text()
1367 p_ccb = &l2cb.ccb_pool[cid - L2CAP_BASE_APPL_CID]; in l2cu_allocate_ccb()1395 p_ccb->local_cid = L2CAP_BASE_APPL_CID + (uint16_t)(p_ccb - l2cb.ccb_pool); in l2cu_allocate_ccb()1591 if ((p_lcb) && (p_ccb->local_cid >= L2CAP_BASE_APPL_CID)) { in l2cu_release_ccb()1795 if (local_cid >= L2CAP_BASE_APPL_CID) { in l2cu_disconnect_chnl()3471 if (local_cid >= L2CAP_BASE_APPL_CID) { in l2cu_find_ccb_by_cid()3473 local_cid -= L2CAP_BASE_APPL_CID; in l2cu_find_ccb_by_cid()
121 if (rcv_cid >= L2CAP_BASE_APPL_CID) { in l2c_rcv_acl_data()
1231 if (p_ccb->local_cid < L2CAP_BASE_APPL_CID && in do_sar_reassembly()
1248 if (p_ccb->local_cid < L2CAP_BASE_APPL_CID) { in l2c_csm_config()