From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 From: sudeepta bhuyan Date: Mon, 12 Feb 2018 16:52:16 +0530 Message-ID: Subject: hciattach alternative to change default address after upgrading to BlueZ 5.47 To: linux-bluetooth@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hello all, Prior to upgrading BlueZ to 5.47 in my project, I was using hciattach to set the UART device's address before starting bluetoothd. hciattach /dev/ttyS2 bcm43xx flow nosleep xx:xx:xx:xx:xx However since hciattach is deprecated in newer BlueZ, I am now using btattach instead to do the same. But btattach does not provide an option to set the bluetooth address of the device. What is the standard procedure to set the bluetooth address of the UART device using newer BlueZ tools? Thanks, Sudeepta