Home
last modified time | relevance | path

Searched refs:supports_park_mode (Results 1 – 6 of 6) sorted by relevance

/system/bt/device/include/
Dcontroller.h67 bool (*supports_park_mode)(void); member
/system/bt/main/shim/
Dcontroller.cc205 static bool supports_park_mode(void) { return false; } in supports_park_mode() function
352 supports_park_mode,
/system/bt/device/src/
Dcontroller.cc467 static bool supports_park_mode(void) { in supports_park_mode() function
675 supports_park_mode,
/system/bt/stack/btm/
Dbtm_devctl.cc376 if (controller->supports_park_mode()) in decode_controller_support()
Dbtm_pm.cc174 (mode == BTM_PM_MD_PARK && !controller->supports_park_mode())) { in BTM_SetPowerMode()
Dbtm_acl.cc740 (!controller->supports_park_mode())) { in check_link_policy()