diff options
Diffstat (limited to 'src/device.h')
| -rw-r--r-- | src/device.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/device.h b/src/device.h index 2b2735c0..bc28755f 100644 --- a/src/device.h +++ b/src/device.h @@ -68,6 +68,7 @@ int device_request_authentication(struct btd_device *device, auth_type_t type,  				uint32_t passkey, void *cb);  void device_cancel_authentication(struct btd_device *device);  gboolean device_is_authenticating(struct btd_device *device); +void device_set_renewed_key(struct btd_device *device, gboolean renewed);  void device_add_connection(struct btd_device *device, DBusConnection *conn,  				uint16_t handle);  void device_remove_connection(struct btd_device *device, DBusConnection *conn, | 
