Home
last modified time | relevance | path

Searched defs:L2CA_GetRemoteChannelId (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.h233 struct L2CA_GetRemoteChannelId { struct
238 extern struct L2CA_GetRemoteChannelId L2CA_GetRemoteChannelId; argument
Dmock_stack_l2cap_api.cc56 struct L2CA_GetRemoteChannelId L2CA_GetRemoteChannelId; variable
164 bool L2CA_GetRemoteChannelId(uint16_t lcid, uint16_t* rcid) { in L2CA_GetRemoteChannelId() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/
Dl2cap_api.cc256 [[nodiscard]] bool bluetooth::stack::l2cap::Impl::L2CA_GetRemoteChannelId(uint16_t lcid, in L2CA_GetRemoteChannelId() function in bluetooth::stack::l2cap::Impl
Dl2c_api.cc927 bool L2CA_GetRemoteChannelId(uint16_t lcid, uint16_t* rcid) { in L2CA_GetRemoteChannelId() function