Home
last modified time | relevance | path

Searched defs:BleCentralManagerCallback (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp81 class BluetoothBleCentralManagerServer::impl::BleCentralManagerCallback : public IBleCentralManager… class in OHOS::Bluetooth::BluetoothBleCentralManagerServer::impl
83 …explicit BleCentralManagerCallback(BluetoothBleCentralManagerServer::impl *pimpl) : pimpl_(pimpl) … in BleCentralManagerCallback() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer::impl::BleCentralManagerCallback
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp317 … std::shared_ptr<BleCentralManagerCallback> pointer(&callback, [](BleCentralManagerCallback *) {}); in BleCentralManager() argument