|
22 | 22 | ### BLE Library
|
23 | 23 |
|
24 | 24 | - Add initial Central support and Gatt client service/characteristic classes
|
25 |
| - - Added `BLEClientService` |
26 |
| - - Added `BLEClientCharacteristic`: support for long read/write, write |
27 |
| - with/without response. |
28 |
| - - Added `BLEDiscovery` |
| 25 | + - Added `BLEClientService` |
| 26 | + - Added `BLEClientCharacteristic`: support for long read/write, write |
| 27 | + with/without response. |
| 28 | + - Added `BLEDiscovery` |
29 | 29 | - Added `BLEGap` and `BLEGatt` to manage peripheral & central with Gatt client
|
30 | 30 | and server support
|
31 | 31 | - BLE API changes
|
32 |
| - - Added `connPaired()`, `requestPairing()` |
33 |
| - - Renamed `BLEBas.update()` to `.write()` |
34 |
| - - Changed Bluefruit `setConnInterval()`/`setConnIntervalMS()` return types |
35 |
| - from `err_t` to `bool` |
36 |
| - - Changed BLECentral `startScanning()`/`stopScanning()`/`connect()` return |
37 |
| - types from `err_t` to `bool` |
38 |
| - - Changed BLECharacteristic `notify()` return type from `err_t` to `bool` |
39 |
| - - Changed BLEHid `report()` function return type from `err_t` to `bool` |
40 |
| - - Changed BLEMid `send()`/`sendSplit()` return type from `err_t` to `bool` |
| 32 | + - Added `connPaired()`, `requestPairing()` |
| 33 | + - Renamed `BLEBas.update()` to `.write()` |
| 34 | + - Changed Bluefruit `setConnInterval()`/`setConnIntervalMS()` return types |
| 35 | + from `err_t` to `bool` |
| 36 | + - Changed BLECentral `startScanning()`/`stopScanning()`/`connect()` return |
| 37 | + types from `err_t` to `bool` |
| 38 | + - Changed BLECharacteristic `notify()` return type from `err_t` to `bool` |
| 39 | + - Changed BLEHid `report()` function return type from `err_t` to `bool` |
| 40 | + - Changed BLEMid `send()`/`sendSplit()` return type from `err_t` to `bool` |
41 | 41 | - New BLE services
|
42 |
| - - BLEAncs (Apple Notification Center Service) |
43 |
| - - BLEClientUart |
44 |
| - - BLEClientDis |
| 42 | + - BLEAncs (Apple Notification Center Service) |
| 43 | + - BLEClientUart |
| 44 | + - BLEClientDis |
45 | 45 | - Added separate thread for callbacks to allow most API functions to be
|
46 | 46 | invoked directly inside the callback handler
|
47 | 47 |
|
48 | 48 | #### New Examples
|
49 | 49 |
|
50 | 50 | - Hardware/
|
51 |
| - - hwpwm |
52 |
| - - Fading |
| 51 | + - hwpwm |
| 52 | + - Fading |
53 | 53 | - Central/
|
54 |
| - - central_bleuart |
| 54 | + - central_bleuart |
55 | 55 | - Peripheral/
|
56 |
| - - ancs |
57 |
| - - ancs_oled |
58 |
| - - hid_camerashutter |
| 56 | + - ancs |
| 57 | + - ancs_oled |
| 58 | + - hid_camerashutter |
59 | 59 |
|
60 | 60 | ## 0.5.1
|
61 | 61 |
|
|
0 commit comments