Bluetooth: Fix a comment typo for bt_l2cap_server.sec_level in l2cap.h
Change "minimim" to "minimum" for for bt_l2cap_server.sec_level comments Signed-off-by: Jingsai Lu <jingsai.lu@oss.nxp.com>
This commit is contained in:
parent
5db06d6380
commit
c4b0064913
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ struct bt_l2cap_server {
|
||||||
*/
|
*/
|
||||||
uint16_t psm;
|
uint16_t psm;
|
||||||
|
|
||||||
/** Required minimim security level */
|
/** Required minimum security level */
|
||||||
bt_security_t sec_level;
|
bt_security_t sec_level;
|
||||||
|
|
||||||
/** @brief Server accept callback
|
/** @brief Server accept callback
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue