mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-03 15:14:53 -04:00
Cleanup
This commit is contained in:
parent
c51335a1df
commit
7a8a1b5dee
1 changed files with 90 additions and 89 deletions
|
@ -387,6 +387,7 @@ char bt_devname[11];
|
||||||
bt_ssp_pin = 0;
|
bt_ssp_pin = 0;
|
||||||
bt_state = BT_STATE_ON;
|
bt_state = BT_STATE_ON;
|
||||||
}
|
}
|
||||||
|
|
||||||
void bt_pairing_complete(uint16_t conn_handle, uint8_t auth_status) {
|
void bt_pairing_complete(uint16_t conn_handle, uint8_t auth_status) {
|
||||||
if (auth_status == BLE_GAP_SEC_STATUS_SUCCESS) {
|
if (auth_status == BLE_GAP_SEC_STATUS_SUCCESS) {
|
||||||
BLEConnection* connection = Bluefruit.Connection(conn_handle);
|
BLEConnection* connection = Bluefruit.Connection(conn_handle);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue