Searched refs:L2CA_GetRemoteChannelId (Results 1 – 6 of 6) sorted by relevance
54 struct L2CA_GetRemoteChannelId L2CA_GetRemoteChannelId; variable176 bool L2CA_GetRemoteChannelId(uint16_t lcid, uint16_t* rcid) { in L2CA_GetRemoteChannelId() function178 return test::mock::stack_l2cap_api::L2CA_GetRemoteChannelId(lcid, rcid); in L2CA_GetRemoteChannelId()
262 struct L2CA_GetRemoteChannelId { struct267 extern struct L2CA_GetRemoteChannelId L2CA_GetRemoteChannelId; argument
606 [[nodiscard]] bool L2CA_GetRemoteChannelId(uint16_t lcid, uint16_t* rcid);
663 L2CA_GetRemoteChannelId(p_ccb->connection_id, &l2cap_remote_cid)) { in gap_checks_con_flags()
3156 if (L2CA_GetRemoteChannelId(p_scb->l2c_cid, &l2cap_channel_handle) == false) { in bta_av_vendor_offload_start_v2()3211 if (L2CA_GetRemoteChannelId(p_scb->l2c_cid, &l2cap_channel_handle) == in bta_av_vendor_offload_stop()3403 if (L2CA_GetRemoteChannelId(p_scb->l2c_cid, &p_a2dp_offload->l2c_rcid) == in bta_av_offload_codec_builder()
946 bool L2CA_GetRemoteChannelId(uint16_t lcid, uint16_t* rcid) { in L2CA_GetRemoteChannelId() function