branch: externals/bluetooth commit 5db9e29d58594da824e5ec918ee22bc22b3bf5c6 Author: Raffael Stocker <r.stoc...@mnet-mail.de> Commit: Raffael Stocker <r.stoc...@mnet-mail.de>
adds bluetooth--release --- bluetooth.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bluetooth.el b/bluetooth.el index 9efd9ed..0ccf6eb 100644 --- a/bluetooth.el +++ b/bluetooth.el @@ -378,6 +378,9 @@ This function only uses the first adapter reported by Bluez." ;;; Bluetooth pairing agent code +(defun bluetooth--release () + "Agent release method.") + (defmacro bluetooth--with-alias (device &rest body) "Evaluate BODY with DEVICE alias bound to ALIAS." (declare (indent defun))