Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp130 if (property.functions.bluetoothTurnOffFunc) { in NotifyBluetoothStateChange()
131 property.functions.bluetoothTurnOffFunc(); in NotifyBluetoothStateChange()
H A Dbluetooth_ble_central_manager.cpp168 auto bluetoothTurnOffFunc = [this]() { in impl() local
174 .bluetoothTurnOffFunc = bluetoothTurnOffFunc, in impl()
H A Dbluetooth_gatt_client.cpp368 auto bluetoothTurnOffFunc = [this]() { in impl() local
375 .bluetoothTurnOffFunc = bluetoothTurnOffFunc, in impl()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_profile_manager.h40 std::function<void(void)> bluetoothTurnOffFunc {};