Re: [PATCH v2 1/2] Bluetooth: Disable LE Advertising in hci_suspend_dev()

2019-07-04 Thread Kai-Heng Feng
at 11:00, Kai Heng Feng wrote: Hi Marcel, at 5:25 PM, Kai-Heng Feng wrote: LE Advertising may wake up system during system-wide sleep, disable it to prevent this issue from happening. Do the reverse in hci_resume_dev(). Do you have any suggestion for this patch? Please let me know wher

Re: [PATCH v2 1/2] Bluetooth: Disable LE Advertising in hci_suspend_dev()

2019-05-21 Thread Kai Heng Feng
Hi Marcel, at 5:25 PM, Kai-Heng Feng wrote: LE Advertising may wake up system during system-wide sleep, disable it to prevent this issue from happening. Do the reverse in hci_resume_dev(). Do you have any suggestion for this patch? Kai-Heng Signed-off-by: Kai-Heng Feng --- v2: - Abstra

[PATCH v2 1/2] Bluetooth: Disable LE Advertising in hci_suspend_dev()

2019-04-30 Thread Kai-Heng Feng
LE Advertising may wake up system during system-wide sleep, disable it to prevent this issue from happening. Do the reverse in hci_resume_dev(). Signed-off-by: Kai-Heng Feng --- v2: - Abstract away enabling/disabling LE advertising from btusb. include/net/bluetooth/hci_core.h | 1 + net/bluet