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.c53 #define DB_HASH_TIMEOUT K_MSEC(10) macro
1530 bt_long_wq_schedule(&db_hash.work, DB_HASH_TIMEOUT); in bt_gatt_init()
1532 k_work_schedule(&db_hash.work, DB_HASH_TIMEOUT); in bt_gatt_init()
1616 bt_long_wq_reschedule(&db_hash.work, DB_HASH_TIMEOUT); in db_changed()
1618 k_work_reschedule(&db_hash.work, DB_HASH_TIMEOUT); in db_changed()