Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/acl/
Dacl.h91 BTM_PM_STORED_MASK = 0x80, /* set this mask if the command is stored */ enumerator
97 std::string((state & BTM_PM_STORED_MASK) ? "stored:" : "immediate:"); in power_mode_state_text()
98 switch (state & ~BTM_PM_STORED_MASK) { in power_mode_state_text()
Dbtm_pm.cc261 p_cb->state |= BTM_PM_STORED_MASK; in BTM_SetPowerMode()
621 if (entry.second.state & BTM_PM_STORED_MASK) { in btm_pm_continue_pending_mode_changes()
622 entry.second.state &= ~BTM_PM_STORED_MASK; in btm_pm_continue_pending_mode_changes()
735 if (old_state & BTM_PM_STORED_MASK) { in btm_pm_proc_mode_change()
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_power_mode_test.cc205 static_cast<tBTM_PM_MODE>(BTM_PM_STS_PENDING | BTM_PM_STORED_MASK), in TEST_F()