Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h468 AuthenticationCompleteView authentication_complete = AuthenticationCompleteView::Create(packet); in on_authentication_complete()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc773 AuthenticationCompleteView authentication_complete_view = in log_classic_pairing_other_hci_event()
774 AuthenticationCompleteView::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.h17386AuthenticationCompleteView : public EventView { public:static AuthenticationCompleteView Create(Ev… in CreateOptional()
17388AuthenticationCompleteView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std:… in CreateOptional()
17406 explicit AuthenticationCompleteView(EventView parent) : EventView(std::move(parent)) { was_validate… in CreateOptional() function
44879 static std::unique_ptr<AuthenticationCompleteBuilder> FromView(AuthenticationCompleteView view) {if… in Create()
44902 …eBytes(std::vector<uint8_t> captured_packet) {AuthenticationCompleteView view = AuthenticationComp…
44905 …vec = std::vector<uint8_t>(data, data + size);AuthenticationCompleteView view = AuthenticationComp…