Home
last modified time | relevance | path

Searched refs:L2CA_GetRemoteChannelId (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc54 struct L2CA_GetRemoteChannelId L2CA_GetRemoteChannelId; variable
176 bool L2CA_GetRemoteChannelId(uint16_t lcid, uint16_t* rcid) { in L2CA_GetRemoteChannelId() function
178 return test::mock::stack_l2cap_api::L2CA_GetRemoteChannelId(lcid, rcid); in L2CA_GetRemoteChannelId()
Dmock_stack_l2cap_api.h262 struct L2CA_GetRemoteChannelId { struct
267 extern struct L2CA_GetRemoteChannelId L2CA_GetRemoteChannelId; argument
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h606 [[nodiscard]] bool L2CA_GetRemoteChannelId(uint16_t lcid, uint16_t* rcid);
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc663 L2CA_GetRemoteChannelId(p_ccb->connection_id, &l2cap_remote_cid)) { in gap_checks_con_flags()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc3156 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()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc946 bool L2CA_GetRemoteChannelId(uint16_t lcid, uint16_t* rcid) { in L2CA_GetRemoteChannelId() function