Contiki-NG
Loading...
Searching...
No Matches

Header file for the CC13xx/CC26xx BLE address driver. More...

#include "contiki.h"
#include <stdint.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.
 

Detailed Description

Header file for the CC13xx/CC26xx BLE address 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.h.