Home
last modified time | relevance | path

Searched refs:EncryptionChangeView (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_event_parser.cc62 auto change_opt = EncryptionChangeView::CreateOptional(event); in parse_encryption_change()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc782 EncryptionChangeView encryption_change_view = EncryptionChangeView::Create(std::move(packet)); in log_classic_pairing_other_hci_event()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h17433EncryptionChangeView : public EventView { public:static EncryptionChangeView Create(EventView pare… in CreateOptional()
17435 …tic EncryptionChangeView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
17455 explicit EncryptionChangeView(EventView parent) : EventView(std::move(parent)) { was_validated_ = f… in CreateOptional() function
44952 static std::unique_ptr<EncryptionChangeBuilder> FromView(EncryptionChangeView view) {if (!view.IsVa… in Create()
44975 …CompareBytes(std::vector<uint8_t> captured_packet) {EncryptionChangeView view = EncryptionChangeVi…
44978 …{auto vec = std::vector<uint8_t>(data, data + size);EncryptionChangeView view = EncryptionChangeVi…