Searched refs:L2CA_GetPeerFeatures (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_api.cc | 60 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()
|
D | mock_stack_l2cap_api.h | 337 struct L2CA_GetPeerFeatures { struct 347 extern struct L2CA_GetPeerFeatures L2CA_GetPeerFeatures; argument
|
D | mock_main_shim_l2cap_api.h | 209 struct L2CA_GetPeerFeatures { struct 219 extern struct L2CA_GetPeerFeatures L2CA_GetPeerFeatures; argument
|
/packages/modules/Bluetooth/system/main/shim/ |
D | l2c_api.h | 315 bool L2CA_GetPeerFeatures(const RawAddress& bd_addr, uint32_t* p_ext_feat,
|
/packages/modules/Bluetooth/system/stack/include/ |
D | l2c_api.h | 721 [[nodiscard]] bool L2CA_GetPeerFeatures(const RawAddress& bd_addr,
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_api.cc | 1099 bool L2CA_GetPeerFeatures(const RawAddress& bd_addr, uint32_t* p_ext_feat, in L2CA_GetPeerFeatures() function
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sec.cc | 5217 if (!L2CA_GetPeerFeatures(p_dev_rec->bd_addr, &ext_feat, chnl_mask)) in btm_sec_use_smp_br_chnl()
|