Home
last modified time | relevance | path

Searched refs:HoldMode (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/bt/main/shim/
H A Dlink_policy_interface.h26 virtual bool HoldMode(uint16_t handle, uint16_t max_interval,
H A Dacl.h78 bool HoldMode(uint16_t hci_handle, uint16_t max_interval,
H A Dacl.cc557 void HoldMode(uint16_t max_interval, uint16_t min_interval) { in HoldMode() function in ClassicShimAclConnection
558 ASSERT(connection_->HoldMode(max_interval, min_interval)); in HoldMode()
750 void HoldMode(HciHandle handle, uint16_t max_interval, in HoldMode() function
754 handle_to_classic_connection_map_[handle]->HoldMode(max_interval, in HoldMode()
1389 bool shim::legacy::Acl::HoldMode(uint16_t hci_handle, uint16_t max_interval, in HoldMode() function in shim::legacy::Acl
1391 handler_->CallOn(pimpl_.get(), &Acl::impl::HoldMode, hci_handle, max_interval, in HoldMode()
H A Dlink_policy.cc60 bluetooth::shim::Stack::GetInstance()->LinkPolicy()->HoldMode( in set_hold_mode()
/aosp12/system/bt/gd/hci/acl_manager/
H A Dclassic_acl_connection.h46 virtual bool HoldMode(uint16_t max_interval, uint16_t min_interval);
H A Dclassic_acl_connection.cc405 bool ClassicAclConnection::HoldMode(uint16_t max_interval, uint16_t min_interval) { in HoldMode() function in bluetooth::hci::acl_manager::ClassicAclConnection
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Ddual_mode_controller.h206 void HoldMode(CommandView args);
H A Dlink_layer_controller.h316 ErrorCode HoldMode(uint16_t handle, uint16_t hold_mode_max_interval,
H A Ddual_mode_controller.cc173 SET_SUPPORTED(HOLD_MODE, HoldMode); in DualModeController()
1112 void DualModeController::HoldMode(CommandView command) { in HoldMode() function in test_vendor_lib::DualModeController
1121 auto status = link_layer_controller_.HoldMode(handle, hold_mode_max_interval, in HoldMode()
H A Dlink_layer_controller.cc2267 ErrorCode LinkLayerController::HoldMode(uint16_t handle, in HoldMode() function in test_vendor_lib::LinkLayerController
/aosp12/system/bt/gd/hci/facade/
H A Dacl_manager_facade.cc162 …connection->second.connection_->HoldMode(view.GetHoldModeMaxInterval(), view.GetHoldModeMinInterva… in ConnectionCommand()
/aosp12/system/bt/stack/include/
H A Dhcimsgs.h129 void (*HoldMode)(uint16_t handle, uint16_t max_hold_period, member
/aosp12/system/bt/stack/hcic/
H A Dhcicmds.cc1943 .HoldMode = btsnd_hcic_hold_mode, // OCF 0x0801,
/aosp12/system/bt/gd/hci/
H A Dacl_manager_test.cc1027 connection_->HoldMode(0x0500, 0x0020); in TEST_F()
H A Dhci_packets.pdl1470 packet HoldMode : ConnectionManagementCommand (op_code = HOLD_MODE) {