Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/att/timeout/
Dmain.c53 k_sleep(K_SECONDS(BT_ATT_TIMEOUT_SEC + 1)); in read_chrc()
198 err = k_sem_take(&disconnected_sem, K_SECONDS(BT_ATT_TIMEOUT_SEC + 2)); in test_timeout()
218 err = k_sem_take(&disconnected_sem, K_SECONDS(BT_ATT_TIMEOUT_SEC + 2)); in test_timeout()
/Zephyr-latest/subsys/bluetooth/host/
Datt_internal.h13 #define BT_ATT_TIMEOUT_SEC 30 macro
14 #define BT_ATT_TIMEOUT K_SECONDS(BT_ATT_TIMEOUT_SEC)