Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/main/
Dbte_main.c88 static BOOLEAN lpm_enabled = FALSE; variable
198 lpm_enabled = FALSE; in bte_main_enable()
467 if ((bt_hc_if) && (lpm_enabled == TRUE)) in bte_main_lpm_allow_bt_device_sleep()
486 if ((bt_hc_if) && (lpm_enabled == TRUE)) in bte_main_lpm_wake_bt_device()
602 lpm_enabled = (result == BT_HC_LPM_ENABLED) ? TRUE : FALSE; in lpm_cb()