Package ej.bluetooth
Class BluetoothEventTypes
- java.lang.Object
-
- ej.bluetooth.BluetoothEventTypes
-
public class BluetoothEventTypes extends java.lang.ObjectNot in API.
-
-
Field Summary
Fields Modifier and Type Field Description static byteGAP_ADVERTISEMENT_COMPLETEDOn end of advertising.static byteGAP_CONNECT_FAILEDOn unsuccessful connection.static byteGAP_CONNECTEDOn successful connection.static byteGAP_DISCONNECTEDOn disconnection.static byteGAP_PAIR_COMPLETEDOn pair completed.static byteGAP_PAIR_REQUESTOn pair request.static byteGAP_PASSKEY_GENERATEDOn passkey generated.static byteGAP_PASSKEY_REQUESTOn passkey request.static byteGAP_SCAN_COMPLETEDOn end of scan.static byteGAP_SCAN_RESULTOn scan result.static byteGATTC_DISCOVERY_COMPLETEDOn end of service discovery.static byteGATTC_DISCOVERY_RESULTOn discovery of a service.static byteGATTC_NOTIFICATION_RECEIVEDOn attribute notification or indication received.static byteGATTC_READ_COMPLETEDOn attribute read completed.static byteGATTC_WRITE_COMPLETEDOn attribute write completed.static byteGATTS_EXECUTE_WRITE_REQUESTOn execute write request.static byteGATTS_NOTIFICATION_SENTOn notification or indication sent.static byteGATTS_READ_REQUESTOn attribute read request.static byteGATTS_WRITE_REQUESTOn attribute write request.
-
-
-
Field Detail
-
GAP_SCAN_RESULT
public static final byte GAP_SCAN_RESULT
On scan result.- See Also:
- Constant Field Values
-
GAP_SCAN_COMPLETED
public static final byte GAP_SCAN_COMPLETED
On end of scan.- See Also:
- Constant Field Values
-
GAP_ADVERTISEMENT_COMPLETED
public static final byte GAP_ADVERTISEMENT_COMPLETED
On end of advertising.- See Also:
- Constant Field Values
-
GAP_CONNECT_FAILED
public static final byte GAP_CONNECT_FAILED
On unsuccessful connection.- See Also:
- Constant Field Values
-
GAP_CONNECTED
public static final byte GAP_CONNECTED
On successful connection.- See Also:
- Constant Field Values
-
GAP_DISCONNECTED
public static final byte GAP_DISCONNECTED
On disconnection.- See Also:
- Constant Field Values
-
GAP_PAIR_REQUEST
public static final byte GAP_PAIR_REQUEST
On pair request.- See Also:
- Constant Field Values
-
GAP_PAIR_COMPLETED
public static final byte GAP_PAIR_COMPLETED
On pair completed.- See Also:
- Constant Field Values
-
GAP_PASSKEY_REQUEST
public static final byte GAP_PASSKEY_REQUEST
On passkey request.- See Also:
- Constant Field Values
-
GAP_PASSKEY_GENERATED
public static final byte GAP_PASSKEY_GENERATED
On passkey generated.- See Also:
- Constant Field Values
-
GATTC_DISCOVERY_RESULT
public static final byte GATTC_DISCOVERY_RESULT
On discovery of a service.- See Also:
- Constant Field Values
-
GATTC_DISCOVERY_COMPLETED
public static final byte GATTC_DISCOVERY_COMPLETED
On end of service discovery.- See Also:
- Constant Field Values
-
GATTC_READ_COMPLETED
public static final byte GATTC_READ_COMPLETED
On attribute read completed.- See Also:
- Constant Field Values
-
GATTC_WRITE_COMPLETED
public static final byte GATTC_WRITE_COMPLETED
On attribute write completed.- See Also:
- Constant Field Values
-
GATTC_NOTIFICATION_RECEIVED
public static final byte GATTC_NOTIFICATION_RECEIVED
On attribute notification or indication received.- See Also:
- Constant Field Values
-
GATTS_READ_REQUEST
public static final byte GATTS_READ_REQUEST
On attribute read request.- See Also:
- Constant Field Values
-
GATTS_WRITE_REQUEST
public static final byte GATTS_WRITE_REQUEST
On attribute write request.- See Also:
- Constant Field Values
-
GATTS_NOTIFICATION_SENT
public static final byte GATTS_NOTIFICATION_SENT
On notification or indication sent.- See Also:
- Constant Field Values
-
GATTS_EXECUTE_WRITE_REQUEST
public static final byte GATTS_EXECUTE_WRITE_REQUEST
On execute write request.- See Also:
- Constant Field Values
-
-