Return-Path: From: Bing Zhao To: Marcel Holtmann CC: Linux Bluetooth mailing list , "Gustavo F. Padovan" , Johan Hedberg , Amitkumar Karwar , Avinash Patil , Chin-Ran Lo , Xinming Hu Date: Thu, 17 Jul 2014 11:31:45 -0700 Subject: RE: [PATCH 2/2] Bluetooth: btmrvl: add public address configuration support Message-ID: <477F20668A386D41ADCC57781B1F7043122FCE9C75@SC-VEXCH1.marvell.com> References: <1405538486-23533-1-git-send-email-bzhao@marvell.com> <1405538486-23533-2-git-send-email-bzhao@marvell.com> In-Reply-To: Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 List-ID: Hi Marcel, > > + ret =3D btmrvl_send_sync_cmd(priv, BT_CMD_SET_BDADDR, buf, sizeof(buf= )); >=20 > So I keep wondering why you need the btmrvl_send_sync_cmd here. The HCI t= ransport is up and running > at this stage and sending vendor command should do the right thing. Simil= ar to what you do in btusb > driver. >=20 > You might have explained this to, but I must have clearly not understood = it. We will check if btmrvl_send_sync_cmd() can be replaced by __hci_cmd_sync()= and get back to you. Thanks, Bing >=20 > Regards >=20 > Marcel