Searched refs:log_strdup (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/common/ |
A D | log.h | 90 #define bt_hex(buf, len) log_strdup(bt_hex_real(buf, len)) 91 #define bt_addr_str(addr) log_strdup(bt_addr_str_real(addr)) 92 #define bt_addr_le_str(addr) log_strdup(bt_addr_le_str_real(addr)) 93 #define bt_uuid_str(uuid) log_strdup(bt_uuid_str_real(uuid))
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | settings.c | 40 BT_DBG("Encoded path %s", log_strdup(path)); in bt_settings_encode_key() 89 BT_DBG("Encoded path %s", log_strdup(path)); in bt_settings_encode_key() 111 BT_DBG("Decoded %s as %s", log_strdup(key), bt_addr_le_str(addr)); in bt_settings_decode_key() 171 BT_DBG("Name set to %s", log_strdup(bt_dev.name)); in set()
|
A D | keys.c | 263 BT_DBG("Deleting key %s", log_strdup(key)); in bt_keys_clear() 294 log_strdup(key)); in bt_keys_store() 321 BT_DBG("name %s val %s", log_strdup(name), in keys_set()
|
A D | gatt.c | 262 bt_addr_le_str(&cfg->peer), log_strdup(key), cfg->data.start, in sc_store() 302 log_strdup(key)); in bt_gatt_clear_sc() 4206 BT_ERR("Unable to decode address %s", log_strdup(name)); in ccc_set() 4253 BT_DBG("key: %s", log_strdup((const char *)param)); in ccc_set_direct() 4417 BT_DBG("Stored CF for %s (%s)", bt_addr_le_str(&conn->le.dst), log_strdup(key)); in bt_gatt_store_cf() 4544 log_strdup(key)); in bt_gatt_store_ccc() 4575 BT_ERR("Unable to decode address %s", log_strdup(name)); in sc_set() 4653 BT_ERR("Unable to decode address %s", log_strdup(name)); in cf_set()
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/src/ |
A D | settings.c | 229 log_strdup(name), rc); in settings_call_set_handler() 234 log_strdup(name)); in settings_call_set_handler()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | settings.c | 840 BT_WARN("No matching handler for key %s", log_strdup(name)); in mesh_set() 1145 BT_ERR("Failed to store RPL %s value", log_strdup(path)); in store_rpl() 1147 BT_DBG("Stored RPL %s value", log_strdup(path)); in store_rpl() 1365 BT_ERR("Failed to store AppKey %s value", log_strdup(path)); in store_app_key() 1367 BT_DBG("Stored AppKey %s value", log_strdup(path)); in store_app_key() 1463 BT_ERR("Failed to store %s value", log_strdup(path)); in store_pending_mod_bind() 1465 BT_DBG("Stored %s value", log_strdup(path)); in store_pending_mod_bind() 1490 BT_ERR("Failed to store %s value", log_strdup(path)); in store_pending_mod_sub() 1492 BT_DBG("Stored %s value", log_strdup(path)); in store_pending_mod_sub() 1519 BT_ERR("Failed to store %s value", log_strdup(path)); in store_pending_mod_pub() [all …]
|
/AliOS-Things-master/components/ble_host/bt_host/port/aos/ |
A D | aos_port.c | 401 const char *log_strdup(const char *str) in log_strdup() function
|
/AliOS-Things-master/components/ble_host/include/ |
A D | ble_os_port.h | 534 const char *log_strdup(const char *str);
|
Completed in 22 milliseconds