Home
last modified time | relevance | path

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

/haiku/src/bin/
H A Dbt_discovery.cpp30 DeviceDiscovered(RemoteDevice* btDevice, DeviceClass cod) in DeviceDiscovered() argument
35 bdaddrUtils::ToString(btDevice->GetBluetoothAddress())); in DeviceDiscovered()
/haiku/headers/os/bluetooth/
H A DDiscoveryListener.h40 virtual void DeviceDiscovered(RemoteDevice* btDevice, DeviceClass cod);
/haiku/src/preferences/bluetooth/
H A DInquiryPanel.cpp67 DeviceDiscovered(RemoteDevice* btDevice, DeviceClass cod) in DeviceDiscovered() argument
70 message->AddPointer("remoteItem", new DeviceListItem(btDevice)); in DeviceDiscovered()
/haiku/src/kits/bluetooth/
H A DDiscoveryListener.cpp26 DiscoveryListener::DeviceDiscovered(RemoteDevice* btDevice, DeviceClass cod) in DeviceDiscovered() argument