|
Contiki-NG
|
Header file for the CC13xx/CC26xx BLE driver. More...
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... | |
| void | rf_ble_set_tx_power (radio_value_t power) |
| Set TX power for BLE advertisements. More... | |
| radio_value_t | rf_ble_get_tx_power (void) |
| Get TX power for BLE advertisements. More... | |
| 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... | |
Header file for the CC13xx/CC26xx BLE driver.
Definition in file rf-ble.h.
1.8.13