Home
last modified time | relevance | path

Searched refs:enableRandomAddrMode (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_central_manager_proxy.h31 void RegisterBleCentralManagerCallback(int32_t &scannerId, bool enableRandomAddrMode,
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager.h52 virtual void RegisterBleCentralManagerCallback(int32_t &scannerId, bool enableRandomAddrMode,
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h36 void RegisterBleCentralManagerCallback(int32_t &scannerId, bool enableRandomAddrMode,
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_central_manager_stub.cpp118 bool enableRandomAddrMode = data.ReadBool(); in RegisterBleCentralManagerCallbackInner() local
120 RegisterBleCentralManagerCallback(scannerId, enableRandomAddrMode, callBack); in RegisterBleCentralManagerCallbackInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_proxy.cpp31 void BluetoothBleCentralManagerProxy::RegisterBleCentralManagerCallback(int32_t &scannerId, bool enableRandomAddrMode, in RegisterBleCentralManagerCallback() argument
44 if (!data.WriteBool(enableRandomAddrMode)) { in RegisterBleCentralManagerCallback()
45 HILOGW("[RegisterBleCentralManagerCallback] fail: write enableRandomAddrMode failed."); in RegisterBleCentralManagerCallback()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h561 * @param enableRandomAddrMode Indicates whether to use random address for interface interaction.
564 explicit BleCentralManager(std::shared_ptr<BleCentralManagerCallback> callback, bool enableRandomAddrMode = true);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp317 BleCentralManager::BleCentralManager(std::shared_ptr<BleCentralManagerCallback> callback, bool enableRandomAddrMode) in BleCentralManager() argument
328 pimpl->enableRandomAddrMode_ = enableRandomAddrMode; in BleCentralManager()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp514 void BluetoothBleCentralManagerServer::RegisterBleCentralManagerCallback(int32_t &scannerId, bool enableRandomAddrMode, in RegisterBleCentralManagerCallback() argument

Completed in 8 milliseconds