Searched refs:L2CAP_BASE_APPL_CID (Results 1 – 5 of 5) sorted by relevance
278 L2CAP_BASE_APPL_CID = 0x0040, enumerator290 CASE_RETURN_STRING_HEX04(L2CAP_BASE_APPL_CID); in l2cap_cid_fixed_text()
1363 p_ccb = &l2cb.ccb_pool[cid - L2CAP_BASE_APPL_CID]; in l2cu_allocate_ccb()1392 p_ccb->local_cid = L2CAP_BASE_APPL_CID + (uint16_t)(p_ccb - l2cb.ccb_pool); in l2cu_allocate_ccb()1581 if ((p_lcb) && ((p_ccb->local_cid >= L2CAP_BASE_APPL_CID))) { in l2cu_release_ccb()1752 if (local_cid >= L2CAP_BASE_APPL_CID) { in l2cu_disconnect_chnl()3419 if (local_cid >= L2CAP_BASE_APPL_CID) { in l2cu_find_ccb_by_cid()3421 local_cid -= L2CAP_BASE_APPL_CID; in l2cu_find_ccb_by_cid()
120 if (rcv_cid >= L2CAP_BASE_APPL_CID) { in l2c_rcv_acl_data()
1224 if (p_ccb->local_cid < L2CAP_BASE_APPL_CID) { in l2c_csm_config()
1245 if (p_ccb->local_cid < L2CAP_BASE_APPL_CID && in do_sar_reassembly()