Java android.bluetooth.le AdvertiseCallback fields, constructors, methods, implement or subclass

Example usage for Java android.bluetooth.le AdvertiseCallback fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.bluetooth.le AdvertiseCallback.

The text is from its open source code.

Field

intADVERTISE_FAILED_DATA_TOO_LARGE
Failed to start advertising as the advertise data to be broadcasted is larger than 31 bytes.
intADVERTISE_FAILED_TOO_MANY_ADVERTISERS
Failed to start advertising because no advertising instance is available.
intADVERTISE_FAILED_ALREADY_STARTED
Failed to start advertising as the advertising is already started.
intADVERTISE_FAILED_INTERNAL_ERROR
Operation failed due to an internal error.
intADVERTISE_FAILED_FEATURE_UNSUPPORTED
This feature is not supported on this platform.

Constructor