Searched refs:BTA_DM_DI_SET_SNIFF (Results 1 – 2 of 2) sorted by relevance
65 BTA_DM_DI_SET_SNIFF = 0x01, /* set this bit if call BTM_SetPowerMode(sniff) */ enumerator120 void set_sniff_command_sent() { info |= BTA_DM_DI_SET_SNIFF; } in set_sniff_command_sent()121 void reset_sniff_command_sent() { info &= ~BTA_DM_DI_SET_SNIFF; } in reset_sniff_command_sent()122 bool is_sniff_command_sent() const { return info & BTA_DM_DI_SET_SNIFF; } in is_sniff_command_sent()128 info &= ~(BTA_DM_DI_INT_SNIFF | BTA_DM_DI_ACP_SNIFF | BTA_DM_DI_SET_SNIFF); in reset_sniff_flags()
185 `BTA_DM_DI_SET_SNIFF` bit set, then `BTA_DM_DI_INT_SNIFF` is set,187 - If `BTA_PM_STS_ERROR`, the `BTA_DM_DI_SET_SNIFF` bit is cleared in the