![]() |
Contiki-NG
|
Implementation of the CC13xx/CC26xx IEEE addresses driver. More...
#include "contiki.h"#include "dev/ble-hal.h"#include "net/linkaddr.h"#include "rf/ble-addr.h"#include <ti/devices/DeviceFamily.h>#include <DeviceFamily_constructPath(inc/hw_memmap.h)>#include <DeviceFamily_constructPath(inc/hw_fcfg1.h)>#include <DeviceFamily_constructPath(inc/hw_ccfg.h)>#include <string.h>Go to the source code of this file.
Functions | |
| uint8_t * | ble_addr_ptr (void) |
| Retrieve the pointer to where the BLE address is stored. | |
| int | ble_addr_be_cpy (uint8_t *dst) |
| Copy the node's factory BLE address to a destination memory area in big-endian (be) order. | |
| int | ble_addr_le_cpy (uint8_t *dst) |
| Copy the node's factory BLE address to a destination memory area in little-endian (le) order. | |
| int | ble_addr_to_eui64 (uint8_t *dst, uint8_t *src) |
| Copy the node's BLE address to a destination memory area and converts it into a EUI64 address in the process. | |
| int | ble_addr_to_eui64_cpy (uint8_t *dst) |
| Copy the node's EUI64 address that is based on its factory BLE address to a destination memory area. | |
Implementation of the CC13xx/CC26xx IEEE addresses driver.
Definition in file ble-addr.c.