Searched refs:snprintk (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/ |
A D | printk.h | 53 extern __printf_like(3, 4) int snprintk(char *str, size_t size, 74 #define snprintk snprintf
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | uuid.c | 109 snprintk(str, len, "%04x", BT_UUID_16(uuid)->val); in bt_uuid_to_str() 112 snprintk(str, len, "%08x", BT_UUID_32(uuid)->val); in bt_uuid_to_str() 122 snprintk(str, len, "%08x-%04x-%04x-%04x-%08x%04x", in bt_uuid_to_str()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | settings.c | 1141 snprintk(path, sizeof(path), "bt/mesh/RPL/%x", entry->src); in store_rpl() 1165 snprintk(path, sizeof(path), "bt/mesh/RPL/%x", rpl->src); in clear_rpl() 1272 snprintk(path, sizeof(path), "bt/mesh/pAppKey/%x", app_idx); in clear_app_key() 1276 snprintk(path, sizeof(path), "bt/mesh/AppKey/%x", app_idx); in clear_app_key() 1301 snprintk(path, sizeof(path), "bt/mesh/NetKey/%x", net_idx); in clear_net_key() 1436 snprintk(path, path_len, "bt/mesh/v/%x/%s", mod_key, key); in encode_mod_path() 1438 snprintk(path, path_len, "bt/mesh/s/%x/%s", mod_key, key); in encode_mod_path() 1552 snprintk(path, sizeof(path), "bt/mesh/Node/%d", node_index); in clear_prov_nodes() 1568 snprintk(path, sizeof(path), "bt/mesh/Node/%d", i); in store_pending_prov_nodes() 1648 snprintk(path, sizeof(path), "bt/mesh/RPL/%x", addr); in bt_mesh_clear_node_rpl() [all …]
|
/AliOS-Things-master/components/ble_host/include/ |
A D | ble_os_port.h | 272 #define snprintk snprintf macro
|
Completed in 9 milliseconds