Home
last modified time | relevance | path

Searched defs:enableRandomAddrMode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_central_manager_stub.cpp118 bool enableRandomAddrMode = data.ReadBool(); in RegisterBleCentralManagerCallbackInner() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_proxy.cpp34 …ntralManagerProxy::RegisterBleCentralManagerCallback(int32_t &scannerId, bool enableRandomAddrMode, in RegisterBleCentralManagerCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp514 …tralManagerServer::RegisterBleCentralManagerCallback(int32_t &scannerId, bool enableRandomAddrMode, in RegisterBleCentralManagerCallback()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp323 …::BleCentralManager(std::shared_ptr<BleCentralManagerCallback> callback, bool enableRandomAddrMode) in BleCentralManager()