The accuracy of the periodic advertiser's clock

C

#define BLE_GAP_PERIODIC_ACA_500_PPM                            0x00
#define BLE_GAP_PERIODIC_ACA_250_PPM                            0x01
#define BLE_GAP_PERIODIC_ACA_150_PPM                            0x02
#define BLE_GAP_PERIODIC_ACA_100_PPM                            0x03
#define BLE_GAP_PERIODIC_ACA_75_PPM                             0x04
#define BLE_GAP_PERIODIC_ACA_50_PPM                             0x05
#define BLE_GAP_PERIODIC_ACA_30_PPM                             0x06
#define BLE_GAP_PERIODIC_ACA_20_PPM                             0x07

Description

Defines the clock accuracy for periodic advertising.

Macro Definition

MacroDescription
BLE_GAP_PERIODIC_ACA_500_PPMClock accuracy of 500 parts per million (ppm).
BLE_GAP_PERIODIC_ACA_250_PPMClock accuracy of 250 ppm.
BLE_GAP_PERIODIC_ACA_150_PPMClock accuracy of 150 ppm.
BLE_GAP_PERIODIC_ACA_100_PPMClock accuracy of 100 ppm.
BLE_GAP_PERIODIC_ACA_75_PPMClock accuracy of 75 ppm.
BLE_GAP_PERIODIC_ACA_50_PPMClock accuracy of 50 ppm.
BLE_GAP_PERIODIC_ACA_30_PPMClock accuracy of 30 ppm.
BLE_GAP_PERIODIC_ACA_20_PPMClock accuracy of 20 ppm.