mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
Format
This commit is contained in:
@@ -55,13 +55,13 @@ GapPairing bt_get_profile_pairing_method(Bt* bt);
|
||||
/** Stop saving new peer key to flash (in .bt.keys file)
|
||||
*
|
||||
*/
|
||||
void bt_disable_peer_key_update(Bt *bt);
|
||||
void bt_disable_peer_key_update(Bt* bt);
|
||||
|
||||
/** Enable saving peer key to internal flash (enable by default)
|
||||
*
|
||||
* @note This function should be called if bt_disable_peer_key_update was called before
|
||||
*/
|
||||
void bt_enable_peer_key_update(Bt *bt);
|
||||
void bt_enable_peer_key_update(Bt* bt);
|
||||
|
||||
/** Disconnect from Central
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user