WriteResult
Represents possible write operation results, as defined by Android's WriteOperationReturnValues IntDef
.
Entries
Error code indicating that the Bluetooth Device specified is not connected, but is bonded.
A GATT writeCharacteristic request is not permitted on the remote device.
A GATT writeCharacteristic request is issued to a busy remote device.
Error code indicating that the caller does not have the BLUETOOTH_CONNECT permission.
Error code indicating that the profile service is not bound. You can bind a profile service by calling BluetoothAdapter.getProfileProxy.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.