Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/src/
Dmain.c33 #define CONN_LATENCY 0U macro
37 #define CTE_REQ_INTERVAL (CONN_LATENCY + 10U)
/Zephyr-latest/samples/bluetooth/direction_finding_central/src/
Dmain.c24 #define CONN_LATENCY 0U macro
30 #define CTE_REQ_INTERVAL (CONN_LATENCY + 10U)
38 BT_GAP_INIT_CONN_INT_MIN, BT_GAP_INIT_CONN_INT_MAX, CONN_LATENCY, CONN_TIMEOUT);
/Zephyr-latest/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c28 #define CONN_LATENCY 0 macro
53 .latency = CONN_LATENCY, in device_found()