Home
last modified time | relevance | path

Searched refs:SynchronousConnectionCompleteView (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc592 SynchronousConnectionCompleteView::Create(std::move(packet)); in log_link_layer_connection_other_hci_event()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h18039SynchronousConnectionCompleteView : public EventView { public:static SynchronousConnectionComplete… in CreateOptional()
18041SynchronousConnectionCompleteView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shar… in CreateOptional()
18073 explicit SynchronousConnectionCompleteView(EventView parent) : EventView(std::move(parent)) { was_v… in CreateOptional() function
45864 …::unique_ptr<SynchronousConnectionCompleteBuilder> FromView(SynchronousConnectionCompleteView view… in Create()
45887 …std::vector<uint8_t> captured_packet) {SynchronousConnectionCompleteView view = SynchronousConnect…
45892 …td::vector<uint8_t>(data, data + size);SynchronousConnectionCompleteView view = SynchronousConnect…