Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_utils.cc521 uint64_t timeout_ms = GATT_WAIT_FOR_RSP_TIMEOUT_MS; in gatt_start_rsp_timer()
547 alarm_set_on_mloop(p_tcb->conf_timer, GATT_WAIT_FOR_RSP_TIMEOUT_MS, in gatt_start_conf_timer()
562 alarm_set_on_mloop(tcb.ind_ack_timer, GATT_WAIT_FOR_RSP_TIMEOUT_MS, in gatt_start_ind_ack_timer()
Dgatt_int.h78 #define GATT_WAIT_FOR_RSP_TIMEOUT_MS (30 * 1000) macro