Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc241 GET_CONNECTION(ReadAfhChannelMapView::Create(command_view)); in ConnectionCommand()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc1091 auto command_view = ReadAfhChannelMapView::Create(packet); in TEST_F()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h9320ReadAfhChannelMapView : public ConnectionManagementCommandView { public:static ReadAfhChannelMapVi… in CreateOptional()
9322 …ic ReadAfhChannelMapView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
9338 explicit ReadAfhChannelMapView(ConnectionManagementCommandView parent) : ConnectionManagementComman… in CreateOptional() function
32201 static std::unique_ptr<ReadAfhChannelMapBuilder> FromView(ReadAfhChannelMapView view) {if (!view.Is… in Create()
32224 …ompareBytes(std::vector<uint8_t> captured_packet) {ReadAfhChannelMapView view = ReadAfhChannelMapV…
32227 …auto vec = std::vector<uint8_t>(data, data + size);ReadAfhChannelMapView view = ReadAfhChannelMapV…