Difference between revisions of "BLEGattCentral"

From AMTech WikiDocs
Jump to: navigation, search
(Created page with "=== BLEGattCentral === Bridge BLE GATT services and characteristics reads to IoT DAP protocol. *leverages BLE GATT ([https://www.safaribooksonline.com/library/view/getting-st...")
 
Line 1: Line 1:
 
=== BLEGattCentral ===
 
=== BLEGattCentral ===
Bridge BLE GATT services and characteristics reads to IoT DAP protocol.
+
Bridge BLE GATT services and characteristics read and write to IoT DAP protocol.
 
*leverages BLE GATT ([https://www.safaribooksonline.com/library/view/getting-started-with/9781491900550/ch04.html Generic Attribute Profile]) standard
 
*leverages BLE GATT ([https://www.safaribooksonline.com/library/view/getting-started-with/9781491900550/ch04.html Generic Attribute Profile]) standard
 
*services and characteristics can be configuring setting gattProfileConfig property
 
*services and characteristics can be configuring setting gattProfileConfig property
 +
**'''Advertised device name''' List of devices name to be discovered (names the manufacture uses to advertise the device)
 +
**'''Frequency to read characteristics value(s)''' using
 +
[[File:gattProfileConfig.png|950px||thumbnail|center|BLEServicesReader GATT configuration]]
 
**Service id and name
 
**Service id and name
 
**Characteristics id, name and type
 
**Characteristics id, name and type

Revision as of 19:47, 18 September 2017

BLEGattCentral

Bridge BLE GATT services and characteristics read and write to IoT DAP protocol.

  • leverages BLE GATT (Generic Attribute Profile) standard
  • services and characteristics can be configuring setting gattProfileConfig property
    • Advertised device name List of devices name to be discovered (names the manufacture uses to advertise the device)
    • Frequency to read characteristics value(s) using
BLEServicesReader GATT configuration
    • Service id and name
    • Characteristics id, name and type
BLEServicesReader GATT configuration
  • Edge Intelligence
    • Discover beacons and read the services with the frequency set to bleServicesReadFrequency property.
    • Read services and characteristics set to bleReadServiceCharacteristics property
    • Discover devices with advertise type set to bleDeviceLocalName property
  • Placeholders (See Placeholders)
    • None
  • Produced observations (see /amtech/linkeddata/types/composite/observation)
    • /amtech/linkeddata/types/composite/observation/bLEServicesRead
  • Commands (see /amtech/linkeddata/types/composite/observation)
    • /None