mirror of https://github.com/google/pebble
spelling: initiate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
e63c8c0b83
commit
1e7f815c39
|
@ -41,7 +41,7 @@
|
||||||
struct GAPLEConnection;
|
struct GAPLEConnection;
|
||||||
|
|
||||||
//! Optionally handles GATT Value Indications, in case the ATT handle matches the GATT Service
|
//! Optionally handles GATT Value Indications, in case the ATT handle matches the GATT Service
|
||||||
//! Changed characteristic value for the connection. When it matches, it will autonomously iniate
|
//! Changed characteristic value for the connection. When it matches, it will autonomously initiate
|
||||||
//! GATT Service Discovery to refresh the local GATT cache.
|
//! GATT Service Discovery to refresh the local GATT cache.
|
||||||
//! @note bt_lock is assumed to be taken by the caller
|
//! @note bt_lock is assumed to be taken by the caller
|
||||||
bool gatt_service_changed_client_handle_indication(struct GAPLEConnection *connection,
|
bool gatt_service_changed_client_handle_indication(struct GAPLEConnection *connection,
|
||||||
|
|
Loading…
Reference in New Issue