16#include <zephyr/bluetooth/bluetooth.h>
24 uint32_t adv_interval_min_ms;
26 uint32_t adv_interval_max_ms;
int is_ble_advertising(void)
Check if the BLE device is advertising.
Definition sensor_ble.c:138
adv_interval_t get_ble_adv_interval(void)
Get the advertising interval of the BLE device.
Definition sensor_ble.c:148
int ble_setup(ble_config_t *config)
Setup the BLE device, with advertisement and connection parameters.
Definition sensor_ble.c:101
int ble_change_name(ble_config_t *config)
Change the name of the BLE device.
Definition sensor_ble.c:143
Structure for the BLE advertising intervals. This is used to store the BLE advertising intervals usin...
Definition sensor_ble.h:35
Structure for the BLE configuration. This is used to store the BLE advertisement parameters.
Definition sensor_ble.h:22