Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.h296 struct L2CA_GetPeerFeatures { struct
304 extern struct L2CA_GetPeerFeatures L2CA_GetPeerFeatures; argument
Dmock_stack_l2cap_api.cc62 struct L2CA_GetPeerFeatures L2CA_GetPeerFeatures; variable
189 bool L2CA_GetPeerFeatures(const RawAddress& bd_addr, uint32_t* p_ext_feat, uint8_t* p_chnl_mask) { in L2CA_GetPeerFeatures() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/
Dl2cap_api.cc154 [[nodiscard]] bool bluetooth::stack::l2cap::Impl::L2CA_GetPeerFeatures(const RawAddress& bd_addr, in L2CA_GetPeerFeatures() function in bluetooth::stack::l2cap::Impl
Dl2c_api.cc1082 bool L2CA_GetPeerFeatures(const RawAddress& bd_addr, uint32_t* p_ext_feat, uint8_t* p_chnl_mask) { in L2CA_GetPeerFeatures() function