Searched refs:ChangeConnectionLinkKey (Results 1 – 8 of 8) sorted by relevance
44 virtual bool ChangeConnectionLinkKey();
350 bool ClassicAclConnection::ChangeConnectionLinkKey() { in ChangeConnectionLinkKey() function in bluetooth::hci::acl_manager::ClassicAclConnection
143 void ChangeConnectionLinkKey(CommandPacketView args);
250 ErrorCode ChangeConnectionLinkKey(uint16_t handle);
140 SET_HANDLER(OpCode::CHANGE_CONNECTION_LINK_KEY, ChangeConnectionLinkKey); in DualModeController()879 void DualModeController::ChangeConnectionLinkKey(CommandPacketView command) { in ChangeConnectionLinkKey() function in test_vendor_lib::DualModeController885 auto status = link_layer_controller_.ChangeConnectionLinkKey(handle); in ChangeConnectionLinkKey()
1622 ErrorCode LinkLayerController::ChangeConnectionLinkKey(uint16_t handle) { in ChangeConnectionLinkKey() function in test_vendor_lib::LinkLayerController
148 connection->second.connection_->ChangeConnectionLinkKey(); in ConnectionCommand()
997 packet ChangeConnectionLinkKey : ConnectionManagementCommand (op_code = CHANGE_CONNECTION_LINK_KEY)…