Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h46 bool (*supports_central_peripheral_role_switch)(void); member
/system/bt/test/mock/
Dmock_device_controller.cc136 bool supports_central_peripheral_role_switch(void) { in supports_central_peripheral_role_switch() function
381 supports_central_peripheral_role_switch,
/system/bt/device/src/
Dcontroller.cc396 static bool supports_central_peripheral_role_switch(void) { in supports_central_peripheral_role_switch() function
754 supports_central_peripheral_role_switch,
/system/bt/stack/btm/
Dbtm_dev.cc268 if (!controller_get_interface()->supports_central_peripheral_role_switch()) { in btm_dev_support_role_switch()
/system/bt/stack/acl/
Dbtm_acl.cc530 if (!controller_get_interface()->supports_central_peripheral_role_switch()) { in BTM_SwitchRoleToCentral()