Home
last modified time | relevance | path

Searched refs:BTM_IsControllerSupportRoleSwitch (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h356 bool BTSTACK_API BTM_IsControllerSupportRoleSwitch();
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c417 ….allowRoleSwitch = BTM_IsControllerSupportRoleSwitch() ? HCI_ALLOW_ROLE_SWITCH : HCI_NOT_ALLOW_ROL… in BtmAclCreateConnection()
600 if (BTM_IsControllerSupportRoleSwitch()) { in BtmOnConnectionrequest()
2179 …(linkPolicySettings & BTM_LINK_POLICY_ENABLE_ROLE_SWITCH) && BTM_IsControllerSupportRoleSwitch()) { in BTM_SetDefaultLinkPolicySettings()
2205 …(linkPolicySettings & BTM_LINK_POLICY_ENABLE_ROLE_SWITCH) && BTM_IsControllerSupportRoleSwitch()) { in BTM_SetLinkPolicySettings()
H A Dbtm_controller.c790 bool BTM_IsControllerSupportRoleSwitch() in BTM_IsControllerSupportRoleSwitch() function