mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-02 14:46:16 -04:00
Decrease connection interval on BLE to increase throughput
This commit is contained in:
parent
da1207ceee
commit
34e872b25d
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ char bt_devname[11];
|
|||
Bluefruit.Security.setSecuredCallback(bt_connect_callback);
|
||||
Bluefruit.Periph.setDisconnectCallback(bt_disconnect_callback);
|
||||
Bluefruit.Security.setPairCompleteCallback(bt_pairing_complete);
|
||||
//Bluefruit.Periph.setConnInterval(6, 12); // 7.5 - 15 ms
|
||||
Bluefruit.Periph.setConnInterval(6, 12); // 7.5 - 15 ms
|
||||
|
||||
const ble_gap_addr_t gap_addr = Bluefruit.getAddr();
|
||||
char *data = (char*)malloc(BT_DEV_ADDR_LEN+1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue