|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|

宏定义 | |
| #define | EXT_RECONN_PERIOD_MIN 1 |
枚举 | |
| enum | mpc_bt_err_code { MPC_BT_SUCC = 0x00 , MPC_BT_FAIL = 0x01 } |
函数 | |
| TD_CONST char * | at_ssid_txt (TD_CONST td_u8 *ssid, td_u32 ssid_len) |
| td_void | los_at_bt_cmd_register (td_void) |
| td_void | los_at_sta_factory_test_cmd_register (td_void) |
| td_void | los_at_mesh_cmd_register (td_void) |
| #define EXT_RECONN_PERIOD_MIN 1 |
Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
Description: At bt header
| enum mpc_bt_err_code |
at_ssid_txt - Convert SSID to a printable string @ssid: SSID (32-octet string) @ssid_len: Length of ssid in octets Returns: Pointer to a printable string
This function can be used to convert SSIDs into printable form. In most cases, SSIDs do not use unprintable characters, but IEEE 802.11 standard does not limit the used character set, so anything could be used in an SSID.
This function uses a TD_PRV buffer, so only one call can be used at the time, i.e., this is not re-entrant and the returned buffer must be used before calling this again.