Searched refs:encryption_enable (Results 1 – 6 of 6) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.cc | 871 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()
|
D | link_layer_controller.h | 60 … HandleSetConnectionEncryption(const Address& address, uint16_t handle, uint8_t encryption_enable); 61 hci::Status SetConnectionEncryption(uint16_t handle, uint8_t encryption_enable);
|
D | dual_mode_controller.cc | 564 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/ |
D | event_packet_builder.h | 292 uint8_t encryption_enable);
|
D | event_packet_builder.cc | 738 … uint8_t encryption_enable) { in CreateEncryptionChange() argument 744 CHECK(evt_ptr->AddPayloadOctets1(encryption_enable)); in CreateEncryptionChange()
|
/system/bt/stack/btu/ |
D | btu_hcif.cc | 671 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()
|