mirror of
https://github.com/google/pebble.git
synced 2025-07-17 11:36:40 -04:00
spelling: successfully
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
aee29ca34b
commit
9e89559322
11 changed files with 15 additions and 15 deletions
|
@ -27,7 +27,7 @@ typedef enum {
|
|||
//! The operation was successful.
|
||||
BTErrnoOK = 0,
|
||||
|
||||
//! Connection established succesfully.
|
||||
//! Connection established successfully.
|
||||
BTErrnoConnected = BTErrnoOK,
|
||||
|
||||
//! One or more parameters were invalid.
|
||||
|
|
|
@ -47,7 +47,7 @@ void bt_driver_handle_host_added_bonding(const BleBonding *bonding);
|
|||
//! Called by the FW when a bonding is removed (i.e. user "Forgot" a bonding from Settings).
|
||||
void bt_driver_handle_host_removed_bonding(const BleBonding *bonding);
|
||||
|
||||
//! Called by the BT driver after succesfully pairing a new device.
|
||||
//! Called by the BT driver after successfully pairing a new device.
|
||||
//! @param addr The address that is used to refer to the connection. This is used to associate
|
||||
//! the bonding with the GAPLEConnection.
|
||||
extern void bt_driver_cb_handle_create_bonding(const BleBonding *bonding,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue