Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.cpp333 .addrType = OHOS_BLE_RANDOM_DEVICE_ADDRESS, in CallbackScanResult()
342 .directAddrType = OHOS_BLE_RANDOM_DEVICE_ADDRESS, in CallbackScanResult()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h266 OHOS_BLE_RANDOM_DEVICE_ADDRESS = 0x01, enumerator
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp94 scanResult.addrType = OHOS_BLE_RANDOM_DEVICE_ADDRESS; in OnScanCallback()
100 scanResult.directAddrType = OHOS_BLE_RANDOM_DEVICE_ADDRESS; in OnScanCallback()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dsoftbus_ble_gatt_test.cpp1240 mockScanResult.addrType = OHOS_BLE_RANDOM_DEVICE_ADDRESS;
1243 mockScanResult.directAddrType = OHOS_BLE_RANDOM_DEVICE_ADDRESS;
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_utils.c190 case OHOS_BLE_RANDOM_DEVICE_ADDRESS: in BtScanAddrTypeToSoftbus()