Contiki 3.x
Functions
rf-ble.h File Reference

Header file for the CC13xx/CC26xx BLE driver. More...

#include "contiki-conf.h"
#include "rf-core/rf-core.h"
#include <stdint.h>

Go to the source code of this file.

Functions

void rf_ble_beacond_config (clock_time_t interval, const char *name)
 Set the device name to use with the BLE advertisement/beacon daemon. More...
 
uint8_t rf_ble_beacond_start (void)
 Start the BLE advertisement/beacon daemon. More...
 
void rf_ble_beacond_stop (void)
 Stop the BLE advertisement/beacon daemon.
 
uint8_t rf_ble_is_active (void)
 Check whether the BLE beacond is currently active. More...
 

Detailed Description

Header file for the CC13xx/CC26xx BLE driver.

Definition in file rf-ble.h.