]> granicus.if.org Git - esp-idf/commitdiff
Update blufi.rst
authorJin Fang Cheng Cheng <jinfangchengcheng@espressif.com>
Wed, 23 May 2018 06:02:30 +0000 (14:02 +0800)
committerJin Fang Cheng Cheng <jinfangchengcheng@espressif.com>
Fri, 25 May 2018 07:09:34 +0000 (15:09 +0800)
docs/en/api-guides/blufi.rst

index 9c70a08e7b96c0a8e4e628eb88886eb0564cc734..2aab6db8d598094cfd7a7336ac94732baf0862f8 100644 (file)
@@ -11,7 +11,7 @@ Fragmenting, data encryption, checksum verification in the BluFi layer are the k
 You can customize symmetric encryption, asymmetric encryption and checksum support custmization on your demand in practical use. Here we use the DH algorithm for key negotiation, 128-AES algorithm for data encryption, and CRC16 algorithm for checksum verification.
 
 The BluFi Flow
---------------
+----------------
 The BluFi networking flow includes the configuration of the SoftAP and Station.
 
 The following uses Station as an example to illustrate the core parts of the procedure, including broadcast, connection, service discovery, negotiation of the shared key, data transmission, connection status backhaul.