Home
last modified time | relevance | path

Searched refs:L2CA_GetPeerFeatures (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc60 struct L2CA_GetPeerFeatures L2CA_GetPeerFeatures; variable
203 bool L2CA_GetPeerFeatures(const RawAddress& bd_addr, uint32_t* p_ext_feat, in L2CA_GetPeerFeatures() function
206 return test::mock::stack_l2cap_api::L2CA_GetPeerFeatures(bd_addr, p_ext_feat, in L2CA_GetPeerFeatures()
Dmock_stack_l2cap_api.h337 struct L2CA_GetPeerFeatures { struct
347 extern struct L2CA_GetPeerFeatures L2CA_GetPeerFeatures; argument
Dmock_main_shim_l2cap_api.h209 struct L2CA_GetPeerFeatures { struct
219 extern struct L2CA_GetPeerFeatures L2CA_GetPeerFeatures; argument
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.h315 bool L2CA_GetPeerFeatures(const RawAddress& bd_addr, uint32_t* p_ext_feat,
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h721 [[nodiscard]] bool L2CA_GetPeerFeatures(const RawAddress& bd_addr,
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc1099 bool L2CA_GetPeerFeatures(const RawAddress& bd_addr, uint32_t* p_ext_feat, in L2CA_GetPeerFeatures() function
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc5217 if (!L2CA_GetPeerFeatures(p_dev_rec->bd_addr, &ext_feat, chnl_mask)) in btm_sec_use_smp_br_chnl()