diff options
Diffstat (limited to 'system/include/hardware/bluetooth.h')
-rw-r--r-- | system/include/hardware/bluetooth.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/include/hardware/bluetooth.h b/system/include/hardware/bluetooth.h index da9b51f787..96e425ca24 100644 --- a/system/include/hardware/bluetooth.h +++ b/system/include/hardware/bluetooth.h @@ -594,7 +594,8 @@ typedef struct { */ int (*init)(bt_callbacks_t* callbacks, bool guest_mode, bool is_common_criteria_mode, int config_compare_result, - const char** init_flags, bool is_atv); + const char** init_flags, bool is_atv, + const char* user_data_directory); /** Enable Bluetooth. */ int (*enable)(); |