Home
last modified time | relevance | path

Searched refs:ble_ll_supported_features (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/controller/esp32c2/
Ddummy.c51 uint64_t ble_ll_supported_features; variable
56 ble_ll_supported_features = BLE_LL_FEAT_EXTENDED_REJ; in ble_ll_supported_features_init()
57 ble_ll_supported_features |= BLE_LL_FEAT_DATA_LEN_EXT; in ble_ll_supported_features_init()
60 ble_ll_supported_features |= BLE_LL_FEAT_PERIPH_INIT; in ble_ll_supported_features_init()
61 ble_ll_supported_features |= BLE_LL_FEAT_CONN_PARM_REQ; in ble_ll_supported_features_init()
65 ble_ll_supported_features |= BLE_LL_FEAT_LE_ENCRYPTION; in ble_ll_supported_features_init()
68 ble_ll_supported_features |= (BLE_LL_FEAT_LL_PRIVACY | BLE_LL_FEAT_EXT_SCAN_FILT); in ble_ll_supported_features_init()
69 ble_ll_supported_features |= BLE_LL_FEAT_LE_PING; in ble_ll_supported_features_init()
72 ble_ll_supported_features |= BLE_LL_FEAT_EXT_ADV; in ble_ll_supported_features_init()
76 ble_ll_supported_features |= BLE_LL_FEAT_PERIODIC_ADV; in ble_ll_supported_features_init()
[all …]