#include <include/bluetooth/fast_pair/fhn/pf/ble_cs.h>
Bluetooth Low Energy (BLE) Channel Sounding (CS) security levels.
The BLE CS security levels are defined in the Bluetooth Core Specification v6.2, Volume 3, Part C (Generic Access Profile), section 10.11.1 (Channel Sounding security).
| Enumerator |
|---|
| BT_FAST_PAIR_FHN_PF_BLE_CS_SECURITY_LEVEL_UNKNOWN | Unknown BLE CS security level.
|
| BT_FAST_PAIR_FHN_PF_BLE_CS_SECURITY_LEVEL_ONE | BLE CS security level 1.
|
| BT_FAST_PAIR_FHN_PF_BLE_CS_SECURITY_LEVEL_TWO | BLE CS security level 2.
|
| BT_FAST_PAIR_FHN_PF_BLE_CS_SECURITY_LEVEL_THREE | BLE CS security level 3.
|
| BT_FAST_PAIR_FHN_PF_BLE_CS_SECURITY_LEVEL_FOUR | BLE CS security level 4.
|