Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h64 bool (*supports_role_switch)(void); member
/system/bt/main/shim/
Dcontroller.cc199 static bool supports_role_switch(void) { return false; } in supports_role_switch() function
349 supports_role_switch,
/system/bt/device/src/
Dcontroller.cc452 static bool supports_role_switch(void) { in supports_role_switch() function
672 supports_role_switch,
/system/bt/stack/btm/
Dbtm_devctl.cc361 if (controller->supports_role_switch()) in decode_controller_support()
Dbtm_acl.cc725 (!controller->supports_role_switch())) { in check_link_policy()
/system/bt/stack/l2cap/
Dl2c_utils.cc2162 if (controller->supports_role_switch()) { in l2cu_create_conn_br_edr()
2236 controller->supports_role_switch()) in l2cu_create_conn_after_switch()