mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
nxstyle: cleanup UTF-8 Unicode to ASCII
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
parent
02a3bbc73b
commit
5026a96cfa
43 changed files with 128 additions and 128 deletions
|
|
@ -841,7 +841,7 @@ static uint8_t att_find_type_req(FAR struct bt_conn_s *conn,
|
|||
}
|
||||
|
||||
/* The Attribute Protocol Find By Type Value Request shall be used with the
|
||||
* Attribute Type parameter set to the UUID for «Primary Service» and the
|
||||
* Attribute Type parameter set to the UUID for "Primary Service" and the
|
||||
* Attribute Value set to the 16-bit Bluetooth UUID or 128-bit UUID for the
|
||||
* specific primary service.
|
||||
*/
|
||||
|
|
@ -1367,8 +1367,8 @@ static uint8_t att_read_group_req(FAR struct bt_conn_s *conn,
|
|||
|
||||
/* Core v4.2, Vol 3, sec 2.5.3 Attribute Grouping: Not all of the grouping
|
||||
* attributes can be used in the ATT Read By Group Type Request. The
|
||||
* «Primary Service» and «Secondary Service» grouping types may be used
|
||||
* in the Read By Group Type Request. The «Characteristic» grouping type
|
||||
* "Primary Service" and "Secondary Service" grouping types may be used
|
||||
* in the Read By Group Type Request. The "Characteristic" grouping type
|
||||
* shall not be used in the ATT Read By Group Type Request.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ int mac802154_req_scan(MACHANDLE mac, FAR struct ieee802154_scan_req_s *req)
|
|||
|
||||
/* ...after switching to the channel for a passive scan, the device
|
||||
* shall enable its receiver for at most
|
||||
* [aBaseSuperframeDuration × (2 * n + 1)],
|
||||
* [aBaseSuperframeDuration * (2 * n + 1)],
|
||||
* where n is the value of the ScanDuration parameter. [1] pg. 25
|
||||
*/
|
||||
|
||||
|
|
@ -299,7 +299,7 @@ void mac802154_edscan_onresult(FAR struct ieee802154_privmac_s *priv,
|
|||
|
||||
/* ...after switching to the channel for a passive scan, the device
|
||||
* shall enable its receiver for at most
|
||||
* [aBaseSuperframeDuration × (2 * n + 1)],
|
||||
* [aBaseSuperframeDuration * (2 * n + 1)],
|
||||
* where n is the value of the ScanDuration parameter. [1] pg. 25
|
||||
*/
|
||||
|
||||
|
|
@ -353,7 +353,7 @@ static void mac802154_scantimeout(FAR void *arg)
|
|||
|
||||
/* ...after switching to the channel for a passive scan, the device
|
||||
* shall enable its receiver for at most
|
||||
* [aBaseSuperframeDuration × (2 * n + 1)],
|
||||
* [aBaseSuperframeDuration * (2 * n + 1)],
|
||||
* where n is the value of the ScanDuration parameter. [1] pg. 25
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue