Home
last modified time | relevance | path

Searched refs:bleTurnOnFunc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp139 if (property.functions.bleTurnOnFunc) { in NotifyBluetoothStateChange()
141 property.functions.bleTurnOnFunc(remote); in NotifyBluetoothStateChange()
246 if (profileFunctions.bleTurnOnFunc && IS_BLE_ENABLED()) { in RegisterFunc()
247 profileFunctions.bleTurnOnFunc(remote); in RegisterFunc()
H A Dbluetooth_ble_central_manager.cpp160 auto bleTurnOnFunc = [this](sptr<IRemoteObject> remote) { in impl() local
173 .bleTurnOnFunc = bleTurnOnFunc, in impl()
H A Dbluetooth_gatt_client.cpp374 .bleTurnOnFunc = nullptr, in impl()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_profile_manager.h39 std::function<void(sptr<IRemoteObject>)> bleTurnOnFunc {};