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:
parent
8703bd8132
commit
39aeb18f5f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue