Home
last modified time | relevance | path

Searched refs:encryption_enable (Results 1 – 6 of 6) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc871 uint8_t encryption_enable) { in HandleSetConnectionEncryption() argument
874 if (classic_connections_.IsEncrypted(handle) && encryption_enable) { in HandleSetConnectionEncryption()
876 …EventPacketBuilder::CreateEncryptionChange(hci::Status::SUCCESS, handle, encryption_enable)->ToVec… in HandleSetConnectionEncryption()
884 hci::Status LinkLayerController::SetConnectionEncryption(uint16_t handle, uint8_t encryption_enable in SetConnectionEncryption() argument
890 if (classic_connections_.IsEncrypted(handle) && !encryption_enable) { in SetConnectionEncryption()
895 schedule_task_(milliseconds(5), [this, remote, handle, encryption_enable]() { in SetConnectionEncryption()
896 HandleSetConnectionEncryption(remote, handle, encryption_enable); in SetConnectionEncryption()
Dlink_layer_controller.h60 … HandleSetConnectionEncryption(const Address& address, uint16_t handle, uint8_t encryption_enable);
61 hci::Status SetConnectionEncryption(uint16_t handle, uint8_t encryption_enable);
Ddual_mode_controller.cc564 uint8_t encryption_enable = args_itr.extract<uint8_t>(); in HciSetConnectionEncryption() local
565 hci::Status status = link_layer_controller_.SetConnectionEncryption(handle, encryption_enable); in HciSetConnectionEncryption()
/system/bt/vendor_libs/test_vendor_lib/packets/hci/
Devent_packet_builder.h292 uint8_t encryption_enable);
Devent_packet_builder.cc738 … uint8_t encryption_enable) { in CreateEncryptionChange() argument
744 CHECK(evt_ptr->AddPayloadOctets1(encryption_enable)); in CreateEncryptionChange()
/system/bt/stack/btu/
Dbtu_hcif.cc671 uint8_t encryption_enable; in btu_hcif_log_command_metrics() local
672 STREAM_TO_UINT8(encryption_enable, p_cmd); in btu_hcif_log_command_metrics()
674 … android::bluetooth::hci::STATUS_UNKNOWN, encryption_enable); in btu_hcif_log_command_metrics()