Home
last modified time | relevance | path

Searched refs:BTM_is_sniff_allowed_for (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_stack_btm.cc29 bool BTM_is_sniff_allowed_for(const RawAddress& peer_addr) { return false; } in BTM_is_sniff_allowed_for() function
/aosp12/system/bt/stack/include/
H A Dacl_api.h32 bool BTM_is_sniff_allowed_for(const RawAddress& peer_addr);
/aosp12/system/bt/bta/dm/
H A Dbta_dm_pm.cc661 if (BTM_is_sniff_allowed_for(peer_addr)) { in bta_dm_pm_set_mode()
/aosp12/system/bt/stack/acl/
H A Dbtm_acl.cc699 bool BTM_is_sniff_allowed_for(const RawAddress& peer_addr) { in BTM_is_sniff_allowed_for() function