|
Contiki 3.x
|
Basic BLE functions. More...
#include <stdint.h>Go to the source code of this file.
Functions | |
| void | ble_stack_init (void) |
| Initialize and enable the BLE stack. | |
| void | ble_advertising_init (const char *name) |
| Initialize BLE advertising data. More... | |
| void | ble_advertising_start (void) |
| Start BLE advertising. | |
| void | ble_get_mac (uint8_t addr[8]) |
| Return device EUI64 MAC address. More... | |
Basic BLE functions.
Definition in file ble-core.h.
1.8.6