diff options
Diffstat (limited to 'device/include/controller.h')
-rwxr-xr-x | device/include/controller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device/include/controller.h b/device/include/controller.h index 63ee7afad..7ad38d31e 100755 --- a/device/include/controller.h +++ b/device/include/controller.h @@ -76,6 +76,7 @@ typedef struct controller_t { uint8_t (*get_ble_resolving_list_max_size)(void); void (*set_ble_resolving_list_max_size)(int resolving_list_max_size); uint8_t *(*get_local_supported_codecs)(uint8_t *no_codecs); + bool (*supports_ble_offload_features)(void); } controller_t; const controller_t *controller_get_interface(); |