class FitbitGattlinkService : BluetoothGattService
Represents the Gattlink Service hosted on mobile that allows reliable streaming of arbitrary data over a BLE connection using the GATT protocol, with support for BLE/GATT stacks that don't always have the necessary support for writing GATT characteristics back-to-back without dropping data |
|
class GattlinkService : BluetoothGattService
Represents a Bluetooth GATT Link Service hosted on mobile that allows reliable streaming of arbitrary data over a BLE connection using the GATT protocol, with support for BLE/GATT stacks that don't always have the necessary support for writing GATT characteristics back-to-back without dropping data |
|
class ReceiveCharacteristic : BluetoothGattCharacteristic
Represents a GattLink Rx Characteristic, which is used for receiving data from peripheral |
|
class TransmitCharacteristic : BluetoothGattCharacteristic
Represents a GattLink Tx Characteristic, which is used for transmitting data to peripheral |