Home
last modified time | relevance | path

Searched refs:is_sniff_command_sent (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_pm.cc1155 bool is_sniff_command_sent = p_dev->is_sniff_command_sent(); in bta_dm_pm_btm_status() local
1157 if (is_sniff_command_sent) in bta_dm_pm_btm_status()
Dbta_dm_int.h122 bool is_sniff_command_sent() const { return info & BTA_DM_DI_SET_SNIFF; } in is_sniff_command_sent() function