Bluetooth: SMP: Fix non-ASCII characters in comments

Change-Id: I4e3f7e7ea97e90e49e37e3ba9d6fbc1a80df968f
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
Szymon Janc 2016-08-10 12:21:28 +02:00 committed by Inaky Perez-Gonzalez
commit 39aeb18f5f

View file

@ -60,8 +60,8 @@ static void bt_smp_recv(struct bt_l2cap_chan *chan, struct net_buf *buf)
struct bt_smp_hdr *hdr;
/* If a device does not support pairing then it shall respond with
* a Pairing Failed command with the reason set to Pairing Not
* Supported when any command is received.
* a Pairing Failed command with the reason set to "Pairing Not
* Supported" when any command is received.
* Core Specification Vol. 3, Part H, 3.3
*/