Module nrf51::radio [] [src]

Radio driver, Bluetooth Low Energy, nRF51

Sending Bluetooth Low Energy advertisement packets with payloads up to 31 bytes

Currently all fields in PAYLOAD array are configurable from user-space except the PDU_TYPE.

Authors

Reexports

use core::cell::Cell;
use core::convert::TryFrom;
use kernel;
use kernel::ReturnCode;
use nrf5x;
use nrf5x::ble_advertising_hil::RadioChannel;
use nrf5x::constants::TxPower;
use peripheral_registers;

Structs

Radio

Statics

PAYLOAD
RADIO