Home
last modified time | relevance | path

Searched refs:SetConnectionEncryption (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/bt/gd/hci/acl_manager/
H A Dclassic_acl_connection.h43 virtual bool SetConnectionEncryption(Enable enable);
H A Dclassic_acl_connection.cc384 bool ClassicAclConnection::SetConnectionEncryption(Enable enable) { in SetConnectionEncryption() function in bluetooth::hci::acl_manager::ClassicAclConnection
/aosp12/system/bt/main/shim/
H A Dacl.cc575 void SetConnectionEncryption(hci::Enable is_encryption_enabled) { in SetConnectionEncryption() function in ClassicShimAclConnection
576 ASSERT(connection_->SetConnectionEncryption(is_encryption_enabled)); in SetConnectionEncryption()
781 void SetConnectionEncryption(HciHandle handle, hci::Enable enable) { in SetConnectionEncryption() function
784 handle_to_classic_connection_map_[handle]->SetConnectionEncryption(enable); in SetConnectionEncryption()
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Ddual_mode_controller.h149 void SetConnectionEncryption(CommandView args);
H A Dlink_layer_controller.h84 ErrorCode SetConnectionEncryption(uint16_t handle, uint8_t encryption_enable);
H A Ddual_mode_controller.cc164 SET_SUPPORTED(SET_CONNECTION_ENCRYPTION, SetConnectionEncryption); in DualModeController()
1015 void DualModeController::SetConnectionEncryption(CommandView command) { in SetConnectionEncryption() function in test_vendor_lib::DualModeController
1024 link_layer_controller_.SetConnectionEncryption(handle, encryption_enable); in SetConnectionEncryption()
H A Dlink_layer_controller.cc2101 ErrorCode LinkLayerController::SetConnectionEncryption( in SetConnectionEncryption() function in test_vendor_lib::LinkLayerController
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dlink.cc90 acl_connection_->SetConnectionEncryption(hci::Enable::ENABLED); in Encrypt()
/aosp12/system/bt/gd/hci/facade/
H A Dacl_manager_facade.cc146 connection->second.connection_->SetConnectionEncryption(view.GetEncryptionEnable()); in ConnectionCommand()
/aosp12/system/bt/stack/include/
H A Dhcimsgs.h84 void (*SetConnectionEncryption)(uint16_t handle, bool enable); member
/aosp12/system/bt/stack/hcic/
H A Dhcicmds.cc1903 .SetConnectionEncryption = btsnd_hcic_set_conn_encrypt, // OCF 0x0413,
/aosp12/system/bt/gd/hci/
H A Dhci_packets.pdl1061 packet SetConnectionEncryption : ConnectionManagementCommand (op_code = SET_CONNECTION_ENCRYPTION) {