summaryrefslogtreecommitdiffstats
path: root/device/include/controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/include/controller.h')
-rw-r--r--device/include/controller.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/device/include/controller.h b/device/include/controller.h
index 2acca1bc0..3e181b9c8 100644
--- a/device/include/controller.h
+++ b/device/include/controller.h
@@ -71,6 +71,8 @@ typedef struct controller_t {
uint16_t (*get_acl_buffer_count_classic)(void);
uint8_t (*get_acl_buffer_count_ble)(void);
+ uint8_t (*get_ble_white_list_size)(void);
+
uint8_t (*get_ble_resolving_list_max_size)(void);
void (*set_ble_resolving_list_max_size)(int resolving_list_max_size);
} controller_t;