Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/direction_finding_central/src/
Dmain.c38 BT_GAP_INIT_CONN_INT_MIN, BT_GAP_INIT_CONN_INT_MAX, CONN_LATENCY, CONN_TIMEOUT);
/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h737 #define BT_GAP_INIT_CONN_INT_MAX 0x0028 /* 50 ms */ macro
Dconn.h78 BT_LE_CONN_PARAM(BT_GAP_INIT_CONN_INT_MIN, BT_GAP_INIT_CONN_INT_MAX, 0, \
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c2790 conn->le.interval_max = BT_GAP_INIT_CONN_INT_MAX; in bt_conn_add_le()