Contiki-NG
Functions

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

#include "contiki.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-switch.h"
#include "rf-core/rf-ble.h"
#include "driverlib/rf_ble_cmd.h"
#include "driverlib/rf_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

radio_value_t rf_ble_get_tx_power (void)
 Get TX power for BLE advertisements. More...
 
void rf_ble_set_tx_power (radio_value_t power)
 Set TX power for BLE advertisements. More...
 
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.
 
void rf_ble_beacon_single (uint8_t channel, uint8_t *data, uint8_t len)
 Transmit a single BLE advertisement in one or more advertisement channels. More...
 

Detailed Description

Implementation of the CC13xx/CC26xx RF BLE driver.

Definition in file rf-ble.c.