Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/acl/
Dbtm_pm.cc61 uint16_t pm_pend_link = 0; variable
168 if (handle == pm_pend_link) { in BTM_PM_OnDisconnected()
169 pm_pend_link = 0; in BTM_PM_OnDisconnected()
245 ((pm_id == BTM_PM_SET_ONLY_ID) && (pm_pend_link != 0))) { in BTM_SetPowerMode()
254 (pm_pend_link != 0)) { in BTM_SetPowerMode()
258 power_mode_state_text(p_cb->state), p_cb->state, pm_pend_link); in BTM_SetPowerMode()
260 if (handle != pm_pend_link) { in BTM_SetPowerMode()
370 if (cb != NULL && pm_pend_link != 0) { in btm_pm_reset()
371 const RawAddress raw_address = pm_mode_db[pm_pend_link].bda_; in btm_pm_reset()
375 pm_pend_link = 0; in btm_pm_reset()
[all …]