Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h333 void create_and_announce_connection(ConnectionCompleteView connection_complete, Role current_role, in create_and_announce_connection()
374 ConnectionCompleteView connection_complete = ConnectionCompleteView::Create(packet); in on_connection_complete()
Dclassic_impl_test.cc258 auto view = CreateEventView<hci::ConnectionCompleteView>(bytes); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_test.cc535 ConnectionCompleteView connection_complete_view = ConnectionCompleteView::Create(*event); in TEST_F()
Dhci_metrics_logging.cc555 auto connection_complete_view = ConnectionCompleteView::Create(std::move(packet)); in log_link_layer_connection_other_hci_event()
/aosp_15_r20/hardware/interfaces/bluetooth/aidl/vts/
H A DVtsHalBluetoothTargetTest.cpp652 ::bluetooth::hci::ConnectionCompleteView::Create(event_view); in enterLoopbackMode()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h17309ConnectionCompleteView : public EventView { public:static ConnectionCompleteView Create(EventView … in CreateOptional()
17311 …c ConnectionCompleteView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
17335 explicit ConnectionCompleteView(EventView parent) : EventView(std::move(parent)) { was_validated_ =… in CreateOptional() function
44770 static std::unique_ptr<ConnectionCompleteBuilder> FromView(ConnectionCompleteView view) {if (!view.… in Create()
44793 …mpareBytes(std::vector<uint8_t> captured_packet) {ConnectionCompleteView view = ConnectionComplete…
44796 …uto vec = std::vector<uint8_t>(data, data + size);ConnectionCompleteView view = ConnectionComplete…