Home
last modified time | relevance | path

Searched refs:LeSetDefaultSubrate (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/main/shim/
Dacl.h96 void LeSetDefaultSubrate(uint16_t subrate_min, uint16_t subrate_max,
Dacl_api.cc204 Stack::GetInstance()->GetAcl()->LeSetDefaultSubrate( in ACL_LeSetDefaultSubrate()
Dacl.cc1069 void LeSetDefaultSubrate(uint16_t subrate_min, uint16_t subrate_max, in LeSetDefaultSubrate() function
1072 GetAclManager()->LeSetDefaultSubrate(subrate_min, subrate_max, max_latency, in LeSetDefaultSubrate()
1821 void shim::legacy::Acl::LeSetDefaultSubrate(uint16_t subrate_min, in LeSetDefaultSubrate() function in shim::legacy::Acl
1826 handler_->CallOn(pimpl_.get(), &Acl::impl::LeSetDefaultSubrate, subrate_min, in LeSetDefaultSubrate()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.h90 virtual void LeSetDefaultSubrate(
Dacl_manager.cc280 void AclManager::LeSetDefaultSubrate( in LeSetDefaultSubrate() function in bluetooth::hci::AclManager
282 …CallOn(pimpl_->le_impl_, &le_impl::LeSetDefaultSubrate, subrate_min, subrate_max, max_latency, con… in LeSetDefaultSubrate()
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl.cc162 void shim::legacy::Acl::LeSetDefaultSubrate(uint16_t /* subrate_min */, in LeSetDefaultSubrate() function in shim::legacy::Acl
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl_test.cc1278 TEST_F(LeImplTest, LeSetDefaultSubrate) { in TEST_F() argument
1279 le_impl_->LeSetDefaultSubrate( in TEST_F()
Dle_impl.h1050 void LeSetDefaultSubrate( in LeSetDefaultSubrate() function
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl4655 packet LeSetDefaultSubrate : Command (op_code = LE_SET_DEFAULT_SUBRATE) {
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl4872 packet LeSetDefaultSubrate : AclCommand (op_code = LE_SET_DEFAULT_SUBRATE) {