Port the Set LE Privacy functionality into BT HAL framework.
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / bluez_hal / src / bt-hal-adapter-le.h
index ab51773..b84ca20 100644 (file)
@@ -82,6 +82,8 @@ void _bt_hal_get_gatt_server_instance_initialized(int *instance);
 int _bt_hal_le_init(void);
 void _bt_hal_le_deinit(void);
 
+int _bt_hal_adapter_le_set_privacy(uint8_t set_privacy);
+
 int _bt_hal_adapter_le_set_white_list(bt_bdaddr_t *device_address, bt_dev_addr_type_t address_type, bool is_add);
 #ifdef __cplusplus
 }