Home
last modified time | relevance | path

Searched refs:AuthenticationRequestedView (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc853 AuthenticationRequestedView authentication_requested_view = in log_classic_pairing_command_status()
854 AuthenticationRequestedView::Create(std::move(connection_management_command_view)); in log_classic_pairing_command_status()
Dacl_manager_test.cc813 auto command_view = AuthenticationRequestedView::Create(packet); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc139 GET_CONNECTION(AuthenticationRequestedView::Create(command_view)); in ConnectionCommand()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h3792AuthenticationRequestedView : public ConnectionManagementCommandView { public:static Authenticatio… in CreateOptional()
3794AuthenticationRequestedView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std… in CreateOptional()
3810 explicit AuthenticationRequestedView(ConnectionManagementCommandView parent) : ConnectionManagement… in CreateOptional() function
22786 static std::unique_ptr<AuthenticationRequestedBuilder> FromView(AuthenticationRequestedView view) {… in Create()
22809 …Bytes(std::vector<uint8_t> captured_packet) {AuthenticationRequestedView view = AuthenticationRequ…
22812 …ec = std::vector<uint8_t>(data, data + size);AuthenticationRequestedView view = AuthenticationRequ…