Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dpower_mode.h33 BTM_PM_STS_SNIFF = HCI_MODE_SNIFF, // 0x02 enumerator
47 case BTM_PM_STS_SNIFF: in power_mode_status_text()
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_power_mode_test.cc147 ASSERT_EQ(BTM_PM_STS_SNIFF, current_power_mode); in TEST_F()
157 ASSERT_EQ(BTM_PM_STS_SNIFF, cb.status); in TEST_F()
/packages/modules/Bluetooth/system/doc/
Dpower_management.md184 - If the status is `BTM_PM_STS_SNIFF` and the info field has the
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_pm.cc1145 case BTM_PM_STS_SNIFF: in bta_dm_pm_btm_status()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_at.cc346 mode == BTM_PM_STS_SNIFF) { in bta_hf_client_handle_ring()