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

Implementation of the CC13xx/CC26xx RF BLE driver. More...

#include "contiki-conf.h"
#include "sys/process.h"
#include "sys/clock.h"
#include "sys/cc.h"
#include "sys/etimer.h"
#include "net/netstack.h"
#include "net/linkaddr.h"
#include "dev/oscillators.h"
#include "rf-core/rf-core.h"
#include "rf-core/rf-ble.h"
#include "rf-core/api/ble_cmd.h"
#include "rf-core/api/common_cmd.h"
#include "ti-lib.h"
#include <stdint.h>
#include <stdbool.h>
#include <stdio.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...
 
uint8_t rf_ble_is_active (void)
 Check whether the BLE beacond is currently active. More...
 
void rf_ble_beacond_stop (void)
 Stop the BLE advertisement/beacon daemon.
 

Detailed Description

Implementation of the CC13xx/CC26xx RF BLE driver.

Definition in file rf-ble.c.