Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp136 if (property.functions.bleTurnOnFunc) { in NotifyBluetoothStateChange()
138 property.functions.bleTurnOnFunc(remote); in NotifyBluetoothStateChange()
243 if (profileFunctions.bleTurnOnFunc && IS_BLE_ENABLED()) { in RegisterFunc()
244 profileFunctions.bleTurnOnFunc(remote); in RegisterFunc()
H A Dbluetooth_ble_central_manager.cpp154 auto bleTurnOnFunc = [this](sptr<IRemoteObject> remote) { in impl() local
167 .bleTurnOnFunc = bleTurnOnFunc, in impl()
H A Dbluetooth_gatt_client.cpp371 .bleTurnOnFunc = nullptr, in impl()
/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_profile_manager.h36 // It is recommended to ues one of the between bluetoothLoadedfunc and bleTurnOnFunc
39 std::function<void(sptr<IRemoteObject>)> bleTurnOnFunc {};

Completed in 4 milliseconds