forked from MY01Inc/react-native-ble-plx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.yml
44 lines (44 loc) · 966 Bytes
/
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
toc:
- name: Introduction
file: INTRO.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