User Details
- User Since
- Mar 9 2015, 5:16 PM (514 w, 6 d)
Dec 13 2020
Jul 17 2020
Jul 16 2020
the idea was to not mess with internal connection state tracking. l2cap module tracks connection state as well. raw sockets primary use case is hcidump. can you please explain why using l2cap socket is not good enough?
Jun 30 2020
Sep 24 2019
Aug 30 2019
Jul 30 2019
looks good, but i have some reservations about adding device specific code to ng_ubt(4)
Jan 7 2019
Apr 23 2018
i think it looks good. i still question the whole idea of querying and putting remote device name in the configuration file, but, ultimately, this is not a hill I want to die on :)
Jan 2 2018
Dec 18 2017
this looks great. my only comments are related to newly added "name" option / parameter. i can not seem to understand its purpose.
Nov 1 2017
depending on the device, the radio may be on the moment you apply power and internal firmware is booted.
I see. Further experimentation has confirmed this. The device seems to persist the "local name" configured by /etc/rc.d/bluetooth in some NVRAM because it survives reboots. That's unfortunate.
Oct 31 2017
Oct 30 2017
Sep 3 2017
Aug 1 2017
Apr 24 2017
Apr 18 2017
please see my comments above. thanks!
Apr 12 2017
can you please add boundary checks? thanks!
Mar 5 2017
Apr 29 2016
Apr 25 2016
Mar 23 2016
Dec 23 2015
Nov 5 2015
Oct 26 2015
thank you for your work!
Oct 22 2015
please see comments. otherwise looks good on first read. thank you for your work!
Oct 20 2015
Oct 8 2015
looks believable
Sep 27 2015
Sep 24 2015
Sep 22 2015
i think it looks fine. i, personally, would try to avoid using "odd" c syntax, i.e. comma and prefix in/decrement where there is no good reason for it. i would also sprinkle some comments explaining where "magic" numbers came from. of course author of the original code should get the credit too. otherwise it looks good. thank you for your work.
Sep 11 2015
May 15 2015
sorry, this
just curious why watchdogd_sig_stop rc.conf knob is not working for you.
Apr 5 2015
i'm accepting this assuming that possible build breakage related to L2CAP_SOCKET_CHECKED is going to verified. thank you for your work!
couple of minor nits. please see inline. my main concern is to make sure #warning on sockaddr_l2cap is not going to break the build. please assume that L2CAP_SOCKET_CHECKED is likely to not be set. otherwise looks fine.
i don't think its worth worrying about. HID_USAGE is basically
looks fine to me.
please see minor inline comment. thank you for your work!
Mar 25 2015
it looks mostly good to me. a few minor nit picks, and, two somewhat bigger issues