Searched refs:BTM_IsControllerSupportRoleSwitch (Results 1 – 3 of 3) sorted by relevance
356 bool BTSTACK_API BTM_IsControllerSupportRoleSwitch();
417 ….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()
790 bool BTM_IsControllerSupportRoleSwitch() in BTM_IsControllerSupportRoleSwitch() function