Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_utils.cc619 uint64_t timeout_ms = GATT_WAIT_FOR_RSP_TIMEOUT_MS; in gatt_start_rsp_timer()
663 alarm_set_on_mloop(p_tcb->conf_timer, GATT_WAIT_FOR_RSP_TIMEOUT_MS, in gatt_start_conf_timer()
699 alarm_set_on_mloop(tcb.ind_ack_timer, GATT_WAIT_FOR_RSP_TIMEOUT_MS, in gatt_start_ind_ack_timer()
Dgatt_int.h81 #define GATT_WAIT_FOR_RSP_TIMEOUT_MS (30 * 1000) macro
/packages/modules/Bluetooth/system/stack/eatt/
Deatt_impl.h761 GATT_WAIT_FOR_RSP_TIMEOUT_MS, in start_indication_confirm_timer()
782 alarm_set_on_mloop(channel->ind_ack_timer_, GATT_WAIT_FOR_RSP_TIMEOUT_MS, in start_app_indication_timer()