Merge pull request #167 from dzervas/ble_multimple_conns

BLE Multiple Connections
This commit is contained in:
Josh Klar
2020-10-14 22:04:29 -07:00
committed by GitHub
5 changed files with 96 additions and 49 deletions

View File

@@ -268,6 +268,8 @@
## [Bluetooth Keys]
|Key |Aliases |Description |
|-----------------------------|-------------------|----------------------------|
|`KC.BT_CLEAR_BONDS` |`KC.BT_CLR` |Clears all stored bondings |
|Key |Aliases |Description |
|-----------------------------|-------------------|----------------------------------|
|`KC.BT_CLEAR_BONDS` |`KC.BT_CLR` |Clears all stored bondings |
|`KC.BT_NEXT_CONN` |`KC.BT_NXT` |Selects the next BT connection |
|`KC.BT_PREV_CONN` |`KC.BT_PRV` |Selects the previous BT connection|