nx.js
Classes

BluetoothCharacteristicProperties

The properties of a GATT characteristic.

See

https://developer.mozilla.org/docs/Web/API/BluetoothCharacteristicProperties

Accessors

authenticatedSignedWrites

get authenticatedSignedWrites(): boolean

Returns

boolean


broadcast

get broadcast(): boolean

Returns

boolean


indicate

get indicate(): boolean

Returns

boolean


notify

get notify(): boolean

Returns

boolean


read

get read(): boolean

Returns

boolean


reliableWrite

get reliableWrite(): boolean

Returns

boolean


writableAuxiliaries

get writableAuxiliaries(): boolean

Returns

boolean


write

get write(): boolean

Returns

boolean


writeWithoutResponse

get writeWithoutResponse(): boolean

Returns

boolean

On this page