Searched refs:is_sniff_command_sent (Results 1 – 2 of 2) sorted by relevance
1155 bool is_sniff_command_sent = p_dev->is_sniff_command_sent(); in bta_dm_pm_btm_status() local1157 if (is_sniff_command_sent) in bta_dm_pm_btm_status()
122 bool is_sniff_command_sent() const { return info & BTA_DM_DI_SET_SNIFF; } in is_sniff_command_sent() function