Bluetooth: Fix typo in code comment
Change-Id: Ic1901fd6b8ab6c2e8f4dc20a60d29e6f19671fef Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
febdf2dc0b
commit
5ff76656b0
1 changed files with 1 additions and 1 deletions
|
@ -2941,7 +2941,7 @@ static int le_init(void)
|
|||
|
||||
cp_le = net_buf_add(buf, sizeof(*cp_le));
|
||||
|
||||
/* Excplicitly enable LE for dual-mode controllers */
|
||||
/* Explicitly enable LE for dual-mode controllers */
|
||||
cp_le->le = 0x01;
|
||||
cp_le->simul = 0x00;
|
||||
err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_WRITE_LE_HOST_SUPP, buf,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue