Home
last modified time | relevance | path

Searched refs:ChangeConnectionLinkKey (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/hci/acl_manager/
Dclassic_acl_connection.h44 virtual bool ChangeConnectionLinkKey();
Dclassic_acl_connection.cc350 bool ClassicAclConnection::ChangeConnectionLinkKey() { in ChangeConnectionLinkKey() function in bluetooth::hci::acl_manager::ClassicAclConnection
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.h143 void ChangeConnectionLinkKey(CommandPacketView args);
Dlink_layer_controller.h250 ErrorCode ChangeConnectionLinkKey(uint16_t handle);
Ddual_mode_controller.cc140 SET_HANDLER(OpCode::CHANGE_CONNECTION_LINK_KEY, ChangeConnectionLinkKey); in DualModeController()
879 void DualModeController::ChangeConnectionLinkKey(CommandPacketView command) { in ChangeConnectionLinkKey() function in test_vendor_lib::DualModeController
885 auto status = link_layer_controller_.ChangeConnectionLinkKey(handle); in ChangeConnectionLinkKey()
Dlink_layer_controller.cc1622 ErrorCode LinkLayerController::ChangeConnectionLinkKey(uint16_t handle) { in ChangeConnectionLinkKey() function in test_vendor_lib::LinkLayerController
/system/bt/gd/hci/facade/
Dacl_manager_facade.cc148 connection->second.connection_->ChangeConnectionLinkKey(); in ConnectionCommand()
/system/bt/gd/hci/
Dhci_packets.pdl997 packet ChangeConnectionLinkKey : ConnectionManagementCommand (op_code = CHANGE_CONNECTION_LINK_KEY)…