Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/src/
Dmain.c24 #define DF_FEAT_ENABLED BIT64(BT_LE_FEAT_BIT_CONN_CTE_RESP)
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll_feat.h134 #define LL_FEAT_BIT_CONNECTION_CTE_RESP BIT64(BT_LE_FEAT_BIT_CONN_CTE_RESP)
/Zephyr-latest/samples/bluetooth/direction_finding_central/src/
Dmain.c34 #define DF_FEAT_ENABLED BIT64(BT_LE_FEAT_BIT_CONN_CTE_RESP)
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h179 #define BT_LE_FEAT_BIT_CONN_CTE_RESP 18 macro
232 BT_LE_FEAT_BIT_CONN_CTE_RESP)
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp.c1259 (!(conn->llcp.fex.features_peer & BIT64(BT_LE_FEAT_BIT_CONN_CTE_RESP)))) ||