Contiki-NG
Functions

Header file for the CC13xx/CC26xx BLE Beacon Daemon. More...

#include "contiki.h"
#include <stdint.h>

Go to the source code of this file.

Functions

rf_ble_beacond_result_t rf_ble_beacond_init (void)
 Initialize the BLE advertisement/beacon daemon.
 
rf_ble_beacond_result_t rf_ble_beacond_config (clock_time_t interval, const char *name)
 Set the device name to use with the BLE advertisement/beacon daemon. More...
 
rf_ble_beacond_result_t rf_ble_beacond_start (void)
 Start the BLE advertisement/beacon daemon. More...
 
rf_ble_beacond_result_t rf_ble_beacond_stop (void)
 Stop the BLE advertisement/beacon daemon.
 
int8_t rf_ble_is_active (void)
 Check whether the BLE beacond is currently active. More...
 
rf_ble_beacond_result_t rf_ble_set_tx_power (int8_t dbm)
 Set TX power for BLE advertisements. More...
 
int8_t rf_ble_get_tx_power (void)
 Get TX power for BLE advertisements. More...
 

Detailed Description

Header file for the CC13xx/CC26xx BLE Beacon Daemon.

Author
Edvard Pettersen e.pet.nosp@m.ters.nosp@m.en@ti.nosp@m..com

Definition in file ble-beacond.h.