mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: asynchronous
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
06a79bb396
commit
87e43e8978
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ void bt_driver_reconnect_resume(void);
|
|||
|
||||
//! Attempt to reconnect to the last connected remote device and restore
|
||||
//! connections to the Bluetooth Classic profile (iSPP).
|
||||
//! This is an asynchonous operation. A call to this function returns quickly.
|
||||
//! This is an asynchronous operation. A call to this function returns quickly.
|
||||
//! If the last connected remote device and services are already connected, or
|
||||
//! if the device is not an iOS device, this function does not do much.
|
||||
//! @param ignore_paused If true, this call will attempt to reconnect,
|
||||
|
|
Loading…
Add table
Reference in a new issue