Searched refs:SetConnectionEncryption (Results 1 – 13 of 13) sorted by relevance
3 Upper Tester -> IUT: SetConnectionEncryption {
41 SetConnectionEncryption(packet) => Some(packet.get_connection_handle()), in command_connection_handle()
49 virtual bool SetConnectionEncryption(Enable enable);
390 bool ClassicAclConnection::SetConnectionEncryption(Enable enable) { in SetConnectionEncryption() function in bluetooth::hci::acl_manager::ClassicAclConnection
686 void SetConnectionEncryption(hci::Enable is_encryption_enabled) { in SetConnectionEncryption() function in ClassicShimAclConnection687 ASSERT(connection_->SetConnectionEncryption(is_encryption_enabled)); in SetConnectionEncryption()915 void SetConnectionEncryption(HciHandle handle, hci::Enable enable) { in SetConnectionEncryption() function918 handle_to_classic_connection_map_[handle]->SetConnectionEncryption(enable); in SetConnectionEncryption()
157 void SetConnectionEncryption(CommandView args);
116 ErrorCode SetConnectionEncryption(uint16_t handle, uint8_t encryption_enable);
168 SET_SUPPORTED(SET_CONNECTION_ENCRYPTION, SetConnectionEncryption); in DualModeController()1417 void DualModeController::SetConnectionEncryption(CommandView command) { in DualModeController() function in rootcanal::DualModeController1429 link_layer_controller_.SetConnectionEncryption(handle, encryption_enable); in DualModeController()
5294 ErrorCode LinkLayerController::SetConnectionEncryption( in SetConnectionEncryption() function in rootcanal::LinkLayerController
90 acl_connection_->SetConnectionEncryption(hci::Enable::ENABLED); in Encrypt()
153 connection->second.connection_->SetConnectionEncryption(view.GetEncryptionEnable()); in ConnectionCommand()
1094 packet SetConnectionEncryption : ConnectionManagementCommand (op_code = SET_CONNECTION_ENCRYPTION) {