Home
last modified time | relevance | path

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

/haiku/src/bin/
H A Dbt_discovery.cpp68 DiscoveryAgent* dAgent = device->GetDiscoveryAgent(); in DumpInfo() local
70 if (dAgent == NULL) { in DumpInfo()
81 dAgent->StartInquiry(BT_GIAC, dListener); in DumpInfo()
88 for (int32 index = 0 ; index < dAgent->RetrieveDevices(0).CountItems(); index++ ) { in DumpInfo()
90 RemoteDevice* rDevice = dAgent->RetrieveDevices(0).ItemAt(index); in DumpInfo()