Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.c241 if (BTM_IsControllerSupportLlPrivacy()) { in BtmStartLeSecurity()
274 if (BTM_IsControllerSupportLlPrivacy()) { in BTM_SetLePairedDevices()
293 … if (BTM_IsControllerSupportLlPrivacy() && g_deviceCountInResolvingList < g_resolvingListSize) { in BTM_SetLePairedDevices()
304 if (BTM_IsControllerSupportLlPrivacy()) { in BTM_SetLePairedDevices()
341 if (addToResolvingList && BTM_IsControllerSupportLlPrivacy()) { in BTM_AddLePairedDevice()
374 if (BTM_IsControllerSupportLlPrivacy()) { in BTM_RemoveLePairedDevice()
387 if (BTM_IsControllerSupportLlPrivacy()) { in BTM_RemoveLePairedDevice()
H A Dbtm_controller.c267 if (BTM_IsControllerSupportLlPrivacy()) { in BtmGetLeEventMask()
295 if (BTM_IsControllerSupportLlPrivacy() || BTM_IsControllerSupportLeExtendedAdvertising()) { in BtmGetLeEventMask()
694 if (BTM_IsControllerSupportLlPrivacy()) { in BtmInitLeFeature()
833 bool BTM_IsControllerSupportLlPrivacy() in BTM_IsControllerSupportLlPrivacy() function
H A Dbtm_acl.c623 if (BTM_IsControllerSupportLlPrivacy()) { in BtmConvertAddressForConnection()
648 …ownAddressType = BTM_IsControllerSupportLlPrivacy() ? LOCAL_ADDR_TYPE_RPA_OR_RANDOM : LOCAL_ADDR_T… in BtmLeExtendedCreateConnection()
705BTM_IsControllerSupportLlPrivacy() ? LOCAL_ADDR_TYPE_RPA_OR_RANDOM : LOCAL_ADDR_TYPE_RANDOM; in BtmStartAutoConnectionInternal()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_feature.h161 return BTM_IsControllerSupportLlPrivacy(); in IsFeatureSupported()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h426 bool BTSTACK_API BTM_IsControllerSupportLlPrivacy();