Lines Matching full:features
57 * 3) For the features defined, we need to conditionally compile code.
1166 * Returns the features supported by the link layer
1168 * @return uint8_t bitmask of supported features.
1177 * Returns the features supported by the link layer
1179 * @return uint32_t bitmask of supported features.
1424 uint32_t features; in ble_ll_init() local
1513 /* Set the supported features. NOTE: we always support extended reject. */ in ble_ll_init()
1514 features = BLE_LL_FEAT_EXTENDED_REJ; in ble_ll_init()
1517 features |= BLE_LL_FEAT_DATA_LEN_EXT; in ble_ll_init()
1520 features |= BLE_LL_FEAT_CONN_PARM_REQ; in ble_ll_init()
1523 features |= BLE_LL_FEAT_SLAVE_INIT; in ble_ll_init()
1526 features |= BLE_LL_FEAT_LE_ENCRYPTION; in ble_ll_init()
1530 features |= (BLE_LL_FEAT_LL_PRIVACY | BLE_LL_FEAT_EXT_SCAN_FILT); in ble_ll_init()
1535 features |= BLE_LL_FEAT_LE_PING; in ble_ll_init()
1539 features |= BLE_LL_FEAT_EXT_ADV; in ble_ll_init()
1544 features |= BLE_LL_FEAT_CSA2; in ble_ll_init()
1548 features |= BLE_LL_FEAT_LE_2M_PHY; in ble_ll_init()
1552 features |= BLE_LL_FEAT_LE_CODED_PHY; in ble_ll_init()
1563 lldata->ll_supp_features = features; in ble_ll_init()