Home
last modified time | relevance | path

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

/system/bt/bta/dm/
Dbta_dm_pm.cc744 (p_peer_dev->Info() & BTA_DM_DI_ACP_SNIFF)) { in bta_dm_pm_sniff()
759 p_peer_dev->info &= ~(BTA_DM_DI_INT_SNIFF | BTA_DM_DI_ACP_SNIFF); in bta_dm_pm_sniff()
764 ~(BTA_DM_DI_INT_SNIFF | BTA_DM_DI_ACP_SNIFF | BTA_DM_DI_SET_SNIFF); in bta_dm_pm_sniff()
770 ~(BTA_DM_DI_INT_SNIFF | BTA_DM_DI_ACP_SNIFF | BTA_DM_DI_SET_SNIFF); in bta_dm_pm_sniff()
968 ~(BTA_DM_DI_INT_SNIFF | BTA_DM_DI_ACP_SNIFF | BTA_DM_DI_SET_SNIFF); in bta_dm_pm_btm_status()
1022 ~(BTA_DM_DI_SET_SNIFF | BTA_DM_DI_INT_SNIFF | BTA_DM_DI_ACP_SNIFF); in bta_dm_pm_btm_status()
1026 p_dev->info |= BTA_DM_DI_ACP_SNIFF; in bta_dm_pm_btm_status()
Dbta_dm_int.h193 BTA_DM_DI_ACP_SNIFF = 0x04, /* set this bit if peer init sniff */ enumerator
/system/bt/doc/
Dpower_management.md186 otherwise `BTA_DM_DI_ACP_SNIFF` is set.