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.cc709 if ((mode == BTM_PM_MD_SNIFF) && (p_peer_dev->info & BTA_DM_DI_ACP_SNIFF)) {
726 p_peer_dev->info &= ~(BTA_DM_DI_INT_SNIFF | BTA_DM_DI_ACP_SNIFF);
732 ~(BTA_DM_DI_INT_SNIFF | BTA_DM_DI_ACP_SNIFF | BTA_DM_DI_SET_SNIFF);
738 ~(BTA_DM_DI_INT_SNIFF | BTA_DM_DI_ACP_SNIFF | BTA_DM_DI_SET_SNIFF);
903 ~(BTA_DM_DI_INT_SNIFF | BTA_DM_DI_ACP_SNIFF | BTA_DM_DI_SET_SNIFF);
953 ~(BTA_DM_DI_SET_SNIFF | BTA_DM_DI_INT_SNIFF | BTA_DM_DI_ACP_SNIFF);
957 p_dev->info |= BTA_DM_DI_ACP_SNIFF;
Dbta_dm_int.h208 #define BTA_DM_DI_ACP_SNIFF 0x04 /* set this bit if peer init sniff */ macro
/system/bt/doc/
Dpower_management.md186 otherwise `BTA_DM_DI_ACP_SNIFF` is set.