Searched refs:RetrieveDevices (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/
H A Dbt_discovery.cpp88 for (int32 index = 0 ; index < dAgent->RetrieveDevices(0).CountItems(); index++ ) {
90 RemoteDevice* rDevice = dAgent->RetrieveDevices(0).ItemAt(index);
/haiku/headers/os/bluetooth/
H A DDiscoveryAgent.h42 RemoteDevicesList RetrieveDevices(int option); /* TODO */
/haiku/src/preferences/bluetooth/
H A DInquiryPanel.cpp268 if (retrievalIndex < fDiscoveryAgent->RetrieveDevices(0).CountItems()) {
277 ->RetrieveDevices(0).ItemAt(retrievalIndex)
287 ->RetrieveDevices(0).ItemAt(retrievalIndex));
/haiku/src/kits/bluetooth/
H A DDiscoveryAgent.cpp27 DiscoveryAgent::RetrieveDevices(int option) function in class:Bluetooth::DiscoveryAgent

Completed in 48 milliseconds