You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have a Bluetooth device (a pillow) that only turns itself off when there's no device connected. I currently use the sleep timer, and then have a 2nd app that turns off Bluetooth after a set time. This process relies on guessing how long I'll listen.
Describe the solution you'd like
It would be great to have the option to turn off Bluetooth once the timer 'expires'. I.e., if the timer runs out, and doesn't get reactivated, then turn off Bluetooth two minutes later.
Describe alternatives you've considered
See above, i.e., running a separate app.
An alternative to turning off Bluetooth from within the app would be to send a broadcast which a companion app could pick up.
This discussion was converted from issue #1027 on May 13, 2023 14:08.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
I have a Bluetooth device (a pillow) that only turns itself off when there's no device connected. I currently use the sleep timer, and then have a 2nd app that turns off Bluetooth after a set time. This process relies on guessing how long I'll listen.
Describe the solution you'd like
It would be great to have the option to turn off Bluetooth once the timer 'expires'. I.e., if the timer runs out, and doesn't get reactivated, then turn off Bluetooth two minutes later.
Describe alternatives you've considered
See above, i.e., running a separate app.
An alternative to turning off Bluetooth from within the app would be to send a broadcast which a companion app could pick up.
Beta Was this translation helpful? Give feedback.
All reactions