Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/
Dvendor_interface.cc48 uint32_t lpm_timeout_ms; variable
318 fd_watcher_.ConfigureTimeout(std::chrono::milliseconds(lpm_timeout_ms), in Send()
343 lib_interface_->op(BT_VND_OP_GET_LPM_IDLE_TIMEOUT, &lpm_timeout_ms); in OnFirmwareConfigured()
344 ALOGI("%s: lpm_timeout_ms %d", __func__, lpm_timeout_ms); in OnFirmwareConfigured()
350 fd_watcher_.ConfigureTimeout(std::chrono::milliseconds(lpm_timeout_ms), in OnFirmwareConfigured()