-
Notifications
You must be signed in to change notification settings - Fork 513
/
documentation.yml
47 lines (47 loc) · 1.03 KB
/
documentation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
toc:
- name: Getting started
file: ./docs/GETTING_STARTED.md
- name: Tutorials
file: ./docs/TUTORIALS.md
- name: Main Classes
description: |
Classes described below are main building blocks for your BLE support. They
are presented in order which aligns them with usage.
- BleManager
- Device
- Service
- Characteristic
- Descriptor
- name: Utils
description: |
Utility functions and classes.
- fullUUID
- name: BLE Error
description: |
Types and classes related to BLE errors.
- BleError
- BleErrorCode
- BleErrorCodeMessage
- BleATTErrorCode
- BleAndroidErrorCode
- BleIOSErrorCode
- name: Flow Types
description: |
All Flow aliases and Flow types used in this library.
- LogLevel
- ConnectionPriority
- State
- BleErrorCodeMessageMapping
- BleManagerOptions
- BleRestoredState
- ScanOptions
- ScanCallbackType
- ScanMode
- ConnectionOptions
- DeviceId
- Identifier
- UUID
- TransactionId
- Subscription
- Base64
- RefreshGattMoment