diff options
-rw-r--r-- | include/hardware/bluetooth.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h index 66cd912..5b5b5e7 100644 --- a/include/hardware/bluetooth.h +++ b/include/hardware/bluetooth.h @@ -448,6 +448,9 @@ typedef struct { /** Closes the interface. */ void (*cleanup)(void); + /** SSR cleanup. */ + void (*ssrcleanup)(void); + /** Get all Bluetooth Adapter properties at init */ int (*get_adapter_properties)(void); |