Package ej.bluetooth

Class BluetoothEventTypes


  • public class BluetoothEventTypes
    extends java.lang.Object
    Not in API.
    • 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