Home
last modified time | relevance | path

Searched refs:bt_hex_real (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/include/common/
A Dlog.h81 const char *bt_hex_real(const void *buf, size_t len);
90 #define bt_hex(buf, len) log_strdup(bt_hex_real(buf, len))
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/vendor_model/
A Dvendor_model_cli.c123 …LOGD(TAG, "p_model_msg->data:%p, %s", p_model_msg->data, bt_hex_real(p_model_msg->data, p_model_ms… in _vendor_model_msg_node_generate()
124 …LOGD(TAG, "p_node->msg.data:%p, %s", p_node->msg.data, bt_hex_real(p_node->msg.data, p_node->msg.l… in _vendor_model_msg_node_generate()
290 …LOGD(TAG, "p_model_msg->data:%p, %d, %s", model_msg, model_msg->len, bt_hex_real(model_msg->data, … in ble_mesh_vendor_cli_model_msg_send()
353 LOGD(TAG, "payload:%s", bt_hex_real(msg.data, msg.len)); in _vendor_model_analyze()
/AliOS-Things-master/components/ble_host/bt_host/common/
A Dlog.c23 const char *bt_hex_real(const void *buf, size_t len) in bt_hex_real() function
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Daccess.c595 MESH_RX_D("%s\n", bt_hex_real(buf->data, buf->len)); in bt_mesh_model_recv()
705 MESH_TX_D("%s\n", bt_hex_real(msg->data, msg->len)); in model_send()
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh4_driver.c139 BT_INFO("Send to driver: %s", bt_hex_real(pBuf, data_len)); in h4_send()

Completed in 7 milliseconds