#include <MAUtil/BluetoothDiscovery.h>
Inheritance diagram for MAUtil::BluetoothDiscoverer:
Public Member Functions | |
BluetoothDiscoverer () | |
int | startDeviceDiscovery (BluetoothDeviceDiscoveryListener *listener, bool names) |
int | startServiceDiscovery (const MABtAddr &address, const MAUUID &uuid, BluetoothServiceDiscoveryListener *listener) |
|
|
|
Starts a device discovery operation. Will cause a panic if there is no Environment, or if listener is NULL, or if the previous operation has not yet completed.
|
|
Starts a service discovery operation. Will cause a panic if there is no Environment, or if listener is NULL, or if the previous operation has not yet completed.
|