Contiki-NG
Functions

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. More...
 
int ble_addr_cpy (uint8_t *dst)
 Copy the node's factory BLE address to a destination memory area. More...
 
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. More...
 
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. More...
 

Detailed Description

Implementation of the CC13xx/CC26xx IEEE addresses driver.

Author
Michael Spoerk mi.sp.nosp@m.oerk.nosp@m.@gmai.nosp@m.l.co.nosp@m.m Edvard Pettersen e.pet.nosp@m.ters.nosp@m.en@ti.nosp@m..com

Definition in file ble-addr.c.