Nordic stack and drivers for the mbed BLE API. Version to work around build bug.

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_gap_adv_ch_mask_t Struct Reference

ble_gap_adv_ch_mask_t Struct Reference
[Structures]

Channel mask for RF channels used in advertising and scanning. More...

#include <ble_gap.h>

Data Fields

uint8_t ch_37_off: 1
 Setting this bit to 1 will turn off advertising on channel 37.
uint8_t ch_38_off: 1
 Setting this bit to 1 will turn off advertising on channel 38.
uint8_t ch_39_off: 1
 Setting this bit to 1 will turn off advertising on channel 39.

Detailed Description

Channel mask for RF channels used in advertising and scanning.

Definition at line 464 of file ble_gap.h.


Field Documentation

uint8_t ch_37_off

Setting this bit to 1 will turn off advertising on channel 37.

Definition at line 466 of file ble_gap.h.

uint8_t ch_38_off

Setting this bit to 1 will turn off advertising on channel 38.

Definition at line 467 of file ble_gap.h.

uint8_t ch_39_off

Setting this bit to 1 will turn off advertising on channel 39.

Definition at line 468 of file ble_gap.h.