Skip to content

BLEAdvertisedDeviceCallbacks

A callback handler for callbacks associated device scanning.

詳細情報

メンバー

~BLEAdvertisedDeviceCallbacks()

virtual BLEAdvertisedDeviceCallbacks::~BLEAdvertisedDeviceCallbacks()

onResult()

Called when a new scan result is detected.

As we are scanning, we will find new devices. When found, this call back is invoked with a reference to the device that was found. During any individual scan, a device will only be detected one time.

virtual void BLEAdvertisedDeviceCallbacks::onResult(BLEAdvertisedDevice advertisedDevice)=0

引数

  • BLEAdvertisedDevice advertisedDevice