Searched refs:LeSetDefaultSubrate (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.h | 96 void LeSetDefaultSubrate(uint16_t subrate_min, uint16_t subrate_max,
|
D | acl_api.cc | 204 Stack::GetInstance()->GetAcl()->LeSetDefaultSubrate( in ACL_LeSetDefaultSubrate()
|
D | acl.cc | 1069 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/ |
D | acl_manager.h | 90 virtual void LeSetDefaultSubrate(
|
D | acl_manager.cc | 280 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/ |
D | mock_main_shim_acl.cc | 162 void shim::legacy::Acl::LeSetDefaultSubrate(uint16_t /* subrate_min */, in LeSetDefaultSubrate() function in shim::legacy::Acl
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_impl_test.cc | 1278 TEST_F(LeImplTest, LeSetDefaultSubrate) { in TEST_F() argument 1279 le_impl_->LeSetDefaultSubrate( in TEST_F()
|
D | le_impl.h | 1050 void LeSetDefaultSubrate( in LeSetDefaultSubrate() function
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 4655 packet LeSetDefaultSubrate : Command (op_code = LE_SET_DEFAULT_SUBRATE) {
|
/packages/modules/Bluetooth/system/pdl/hci/ |
D | hci_packets.pdl | 4872 packet LeSetDefaultSubrate : AclCommand (op_code = LE_SET_DEFAULT_SUBRATE) {
|