Searched refs:p_ext_feat (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_l2cap_api.h | 210 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()
|
D | mock_stack_l2cap_api.h | 338 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()
|
D | mock_stack_l2cap_api.cc | 203 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/ |
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 | 722 uint32_t* p_ext_feat,
|
/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() argument 1113 *p_ext_feat = p_lcb->peer_ext_fea; in L2CA_GetPeerFeatures()
|