Home
last modified time | relevance | path

Searched refs:SetDeviceClass (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/fuchsia/bt_hci_virtual/
Demulated_peer.h76 void SetDeviceClass(SetDeviceClassRequest& request,
Demulated_peer.cc184 void EmulatedPeer::SetDeviceClass(SetDeviceClassRequest& request, in SetDeviceClass() function in bt_hci_virtual::EmulatedPeer
/external/pigweed/pw_bluetooth_sapphire/host/gap/public/pw_bluetooth_sapphire/internal/host/gap/
Dadapter.h466 virtual void SetDeviceClass(DeviceClass dev_class,
Dfake_adapter.h338 void SetDeviceClass(DeviceClass dev_class,
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/public/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dhost_server.h60 void SetDeviceClass(fuchsia::bluetooth::DeviceClass device_class,
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dfake_adapter.cc274 void FakeAdapter::SetDeviceClass(DeviceClass dev_class, in SetDeviceClass() function in bt::gap::testing::FakeAdapter
Dadapter.cc372 void SetDeviceClass(DeviceClass dev_class,
800 void AdapterImpl::SetDeviceClass(DeviceClass dev_class, in SetDeviceClass() function in bt::gap::AdapterImpl
1647 self->SetDeviceClass(dev_class, [self](const auto&) { in InitializeStep4()
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dhost_server.cc178 void HostServer::SetDeviceClass(fbt::DeviceClass device_class, in SetDeviceClass() function in bthost::HostServer
186 adapter()->SetDeviceClass(dev_class, in SetDeviceClass()