Home
last modified time | relevance | path

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

/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst284 .. image:: img/att_timeout.svg
/Zephyr-latest/subsys/bluetooth/host/
Datt.c3138 static void att_timeout(struct k_work *work) in att_timeout() function
3206 k_work_init_delayable(&att_chan->timeout_work, att_timeout); in bt_att_connected()