A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
READ — Constant Static Property, class com.distriqt.extension.bluetoothle.events.RequestEvent
Dispatched when a Central device requests to read the value from this peripheral's characteristic
READ_NOT_PERMITTED — Constant Static Property, class com.distriqt.extension.bluetoothle.objects.Request
readValueForCharacteristic(characteristic:com.distriqt.extension.bluetoothle.objects:Characteristic) — method, interface com.distriqt.extension.bluetoothle.objects.Peripheral
Starts a read operation on the specified characteristic.
removeAllServices() — method, interface com.distriqt.extension.bluetoothle.PeripheralManager
Removes all services this application has added to the device's database of published services.
removeService(service:com.distriqt.extension.bluetoothle.objects:Service) — method, interface com.distriqt.extension.bluetoothle.PeripheralManager
Removes the specified service from the device's database of published services.
Request — class, package com.distriqt.extension.bluetoothle.objects
Request() — Constructor, class com.distriqt.extension.bluetoothle.objects.Request
Constructor
request:read — Event, interface com.distriqt.extension.bluetoothle.PeripheralManager
request:write — Event, interface com.distriqt.extension.bluetoothle.PeripheralManager
requestAuthorisation() — method, class com.distriqt.extension.bluetoothle.BluetoothLE
Performs a simple operation to force the display of the permission dialog.
RequestEvent — class, package com.distriqt.extension.bluetoothle.events
This event is dispatched from the peripheral manager when a read or write request is received from a connected central device.
RequestEvent(type:String, bubbles:Boolean, cancelable:Boolean, requests:Vector$com.distriqt.extension.bluetoothle.objects:Request) — Constructor, class com.distriqt.extension.bluetoothle.events.RequestEvent
Constructor
REQUEST_NOT_SUPPORTED — Constant Static Property, class com.distriqt.extension.bluetoothle.objects.Request
requests — Property, class com.distriqt.extension.bluetoothle.events.RequestEvent
The array of requests received.
respondToRequest(request:com.distriqt.extension.bluetoothle.objects:Request, result:String, value:flash.utils:ByteArray) — method, interface com.distriqt.extension.bluetoothle.PeripheralManager
You should call this function exactly once for each RequestEvent.READ or RequestEvent.WRITE received.
RESTRICTED — Constant Static Property, class com.distriqt.extension.bluetoothle.AuthorisationStatus
This application is not authorized to access photo data.
RSSI — Property, class com.distriqt.extension.bluetoothle.events.PeripheralEvent
The current RSSI of peripheral, in dBm.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z