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.c1204 period_ms_t timeout_ms = GATT_WAIT_FOR_RSP_TIMEOUT_MS; in gatt_start_rsp_timer()
1231 alarm_set_on_queue(p_tcb->conf_timer, GATT_WAIT_FOR_RSP_TIMEOUT_MS, in gatt_start_conf_timer()
1248 alarm_set_on_queue(p_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