46 #include "contiki-conf.h"
51 #ifdef RF_BLE_CONF_ENABLED
52 #define RF_BLE_ENABLED RF_BLE_CONF_ENABLED
54 #define RF_BLE_ENABLED 1
58 #define RF_BLE_ACTIVE 1
uint8_t rf_ble_beacond_start()
Start the BLE advertisement/beacon daemon.
uint8_t rf_ble_is_active()
Check whether the BLE beacond is currently active.
Header file for the CC13xx/CC26xx RF core driver.
void rf_ble_beacond_stop()
Stop the BLE advertisement/beacon daemon.
void rf_ble_beacond_config(clock_time_t interval, const char *name)
Set the device name to use with the BLE advertisement/beacon daemon.