Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_l2cap_api.h210 std::function<bool(const RawAddress& bd_addr, uint32_t* p_ext_feat,
212 body{[](const RawAddress& bd_addr, uint32_t* p_ext_feat,
214 bool operator()(const RawAddress& bd_addr, uint32_t* p_ext_feat, in operator()
216 return body(bd_addr, p_ext_feat, p_chnl_mask); in operator()
Dmock_stack_l2cap_api.h338 std::function<bool(const RawAddress& bd_addr, uint32_t* p_ext_feat,
342 bool operator()(const RawAddress& bd_addr, uint32_t* p_ext_feat, in operator()
344 return body(bd_addr, p_ext_feat, p_chnl_mask); in operator()
Dmock_stack_l2cap_api.cc203 bool L2CA_GetPeerFeatures(const RawAddress& bd_addr, uint32_t* p_ext_feat, in L2CA_GetPeerFeatures() argument
206 return test::mock::stack_l2cap_api::L2CA_GetPeerFeatures(bd_addr, p_ext_feat, in L2CA_GetPeerFeatures()
/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.h722 uint32_t* p_ext_feat,
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc1099 bool L2CA_GetPeerFeatures(const RawAddress& bd_addr, uint32_t* p_ext_feat, in L2CA_GetPeerFeatures() argument
1113 *p_ext_feat = p_lcb->peer_ext_fea; in L2CA_GetPeerFeatures()