Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c50 #define DB_HASH_TIMEOUT K_MSEC(10) macro
1521 bt_long_wq_schedule(&db_hash.work, DB_HASH_TIMEOUT); in bt_gatt_init()
1523 k_work_schedule(&db_hash.work, DB_HASH_TIMEOUT); in bt_gatt_init()
1607 bt_long_wq_reschedule(&db_hash.work, DB_HASH_TIMEOUT); in db_changed()
1609 k_work_reschedule(&db_hash.work, DB_HASH_TIMEOUT); in db_changed()