Home
last modified time | relevance | path

Searched refs:supports_master_slave_role_switch (Results 1 – 5 of 5) sorted by relevance

/system/bt/device/include/
Dcontroller.h46 bool (*supports_master_slave_role_switch)(void); member
/system/bt/main/shim/
Dcontroller.cc154 static bool supports_master_slave_role_switch(void) { in supports_master_slave_role_switch() function
331 supports_master_slave_role_switch,
/system/bt/device/src/
Dcontroller.cc362 static bool supports_master_slave_role_switch(void) { in supports_master_slave_role_switch() function
654 supports_master_slave_role_switch,
/system/bt/stack/btm/
Dbtm_dev.cc294 controller_get_interface()->supports_master_slave_role_switch()) { in btm_dev_support_switch()
Dbtm_acl.cc553 if (!controller_get_interface()->supports_master_slave_role_switch()) in BTM_SwitchRole()