/AliOS-Things-master/components/genie_service/genie_port/ |
A D | bt_mesh_custom_log.h | 11 #ifdef BT_INFO 12 #undef BT_INFO 13 #define BT_INFO(f, ...) printf(f "\n", ##__VA_ARGS__) macro
|
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_mesh.c | 38 BT_INFO("g_sub_list %s", bt_hex(g_sub_list, sizeof(g_sub_list))); in genie_mesh_load_group_addr() 173 BT_INFO("reset genie_mesh_provision"); in mesh_provision_reset() 191 BT_INFO(">>>Mesh initialized<<<"); in bt_ready_cb() 211 BT_INFO(">>>init genie<<<"); in genie_mesh_init() 235 BT_INFO("[%u]%s, force:%d", k_uptime_get_32(), __func__, force); in genie_mesh_suspend() 241 BT_INFO("[%u]%s", k_uptime_get_32(), __func__); in genie_mesh_resume()
|
A D | genie_vendor_model.c | 44 BT_INFO("opcode:0x%x, tid:%d, len:%d", p_msg->opid, p_msg->tid, p_msg->len); in genie_model_handle_mesg() 48 BT_INFO("payload: %s", bt_hex(p_data, p_msg->len)); in genie_model_handle_mesg() 103 BT_INFO("opcode:0x%x, tid:%d, len:%d", msg.opid, msg.tid, msg.len); in genie_model_analyze()
|
A D | genie_provision.c | 108 BT_INFO("uuid: %s", bt_hex(genie_uuid, GENIE_PROVISON_UUID_LEN)); in genie_provision_get_uuid() 301 BT_INFO("dk %s", bt_hex(p_ultra_prov_devkey, 16)); in genie_provision_ultra_prov_recv_random() 351 BT_INFO("nk %s", bt_hex(buf + 1, 16)); in genie_provision_ultra_prov_recv_data()
|
A D | genie_ota.c | 50 BT_INFO("switch to %d", ota_image_id); in ota_check_image_id()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/thirdparty/bluetooth/bt_host/bt_common/include/common/ |
A D | log.h | 47 #define BT_INFO(fmt, ...) bt_log(BT_LOG_INFO, fmt, ##__VA_ARGS__) macro 67 #define BT_INFO(fmt, ...) BT_DBG(fmt"\n", ##__VA_ARGS__) 77 #define BT_INFO BT_DBG
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | main.c | 56 BT_INFO("Primary Element: 0x%04x", addr); in bt_mesh_provision() 200 BT_INFO("Device UUID: %s", bt_uuid_str(&uuid.uuid)); in bt_mesh_prov_enable() 269 BT_INFO("unprov stat no suspend"); in bt_mesh_suspend() 274 BT_INFO("rx stat no suspend"); in bt_mesh_suspend() 279 BT_INFO("tx stat no suspend"); in bt_mesh_suspend()
|
A D | access.c | 382 BT_INFO("model group match"); in bt_mesh_model_find_group() 390 BT_INFO("elem group match"); in bt_mesh_model_find_group() 396 BT_INFO("global group match"); in bt_mesh_model_find_group()
|
A D | beacon.c | 411 BT_INFO("enter %s\n", __func__); in bt_mesh_beacon_init()
|
A D | net.c | 1168 … BT_INFO("TTL %u CTL %u dst 0x%04x recv from 0x%04x (%02X:%02X:%02X:%02X:%02X:%02X (%d)) packet ", in bt_mesh_net_relay() 1438 BT_INFO("enter %s\n", __func__); in bt_mesh_net_init()
|
A D | adv.c | 448 BT_INFO("enter %s\n", __func__);
|
A D | lpn.c | 965 BT_INFO("Friendship established with 0x%04x", lpn->frnd); in bt_mesh_lpn_friend_update()
|
A D | transport.c | 1494 BT_INFO("enter %s\n", __func__); in bt_mesh_trans_init()
|
/AliOS-Things-master/components/ble_host/bt_host/include/common/ |
A D | log.h | 43 #define BT_INFO(fmt, ...) SYS_LOG_INF(fmt, ##__VA_ARGS__) macro 56 #define BT_INFO(fmt, ...) LOGI("[INFO]",fmt"\n", ##__VA_ARGS__)
|
/AliOS-Things-master/hardware/chip/rtl872xd/hci_driver/ |
A D | hci_driver.c | 26 #ifdef BT_INFO 27 #undef BT_INFO 28 #define BT_INFO(f, ...) printf(f"\n", ##__VA_ARGS__) 360 BT_INFO(""); in hci_driver_init()
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | settings.c | 210 BT_INFO("Saving ID"); in save_id()
|
A D | hci_raw.c | 343 BT_INFO("Bluetooth enabled in RAW mode"); in bt_enable_raw()
|
A D | hci_api.c | 1035 BT_INFO("HW Platform: %s (0x%04x)", in hci_vs_init() 1038 BT_INFO("HW Variant: %s (0x%04x)", in hci_vs_init() 1042 BT_INFO("Firmware: %s (0x%02x) Version %u.%u Build %u", in hci_vs_init()
|
A D | hci_core.c | 363 BT_INFO("buf %p opcode 0x%04x len %u", buf, opcode, buf->len); in bt_hci_cmd_send_sync() 6873 BT_INFO("Identity%s: %s", bt_dev.id_count > 1 ? "[0]" : "", in bt_dev_show_info() 6877 BT_INFO("Identity[%d]: %s", in bt_dev_show_info() 6881 BT_INFO("HCI: version %s (0x%02x) revision 0x%04x, manufacturer 0x%04x", in bt_dev_show_info() 6884 BT_INFO("LMP: version %s (0x%02x) subver 0x%04x", in bt_dev_show_info() 6983 BT_INFO("HW Platform: %s (0x%04x)", in hci_vs_init() 6986 BT_INFO("HW Variant: %s (0x%04x)", in hci_vs_init() 6990 BT_INFO("Firmware: %s (0x%02x) Version %u.%u Build %u", in hci_vs_init() 7234 BT_INFO("No ID address. App must call settings_load()"); in bt_init() 7302 BT_INFO("enter %s\n", __func__); in bt_enable()
|
A D | smp.c | 3908 BT_INFO("New auth requirements: 0x%x, repairing", in smp_security_request() 3921 BT_INFO("New auth requirements: 0x%x, repairing", auth); in smp_security_request() 4046 BT_INFO("Remote is using Debug Public key"); in smp_public_key()
|
A D | sdp.c | 1736 BT_INFO("Error SDP PDU response"); in sdp_client_receive()
|
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/ |
A D | h4_driver.c | 139 BT_INFO("Send to driver: %s", bt_hex_real(pBuf, data_len)); in h4_send()
|