Searched refs:bt_shell_print (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | l2cap.c | 93 bt_shell_print("Confirming reception"); in l2cap_recv_cb() 106 bt_shell_print("Incoming data channel %p len %u", in l2cap_recv() 116 bt_shell_print("Delaying response in %u ms...", in l2cap_recv() 131 bt_shell_print("Outgoing data channel %p transmitted", chan); in l2cap_sent() 136 bt_shell_print("Channel %p status %u", chan, (uint32_t)*status); in l2cap_status() 145 bt_shell_print("Channel %p connected", chan); in l2cap_connected() 150 bt_shell_print("Channel %p disconnected", chan); in l2cap_disconnected() 157 bt_shell_print("Channel %p requires buffer", chan); in l2cap_alloc_buf() 221 bt_shell_print("Incoming conn %p", conn); in l2cap_accept() 229 bt_shell_print("No channels available"); in l2cap_accept()
|
D | gatt.c | 79 bt_shell_print("Write #%u: %u bytes (%u bps)", in print_write_stats() 98 bt_shell_print("Exchange %s", err == 0U ? "successful" : "failed"); in exchange_func() 144 bt_shell_print("Properties: "); in print_chrc_props() 147 bt_shell_print("[bcast]"); in print_chrc_props() 151 bt_shell_print("[read]"); in print_chrc_props() 155 bt_shell_print("[write]"); in print_chrc_props() 159 bt_shell_print("[write w/w rsp]"); in print_chrc_props() 163 bt_shell_print("[notify]"); in print_chrc_props() 167 bt_shell_print("[indicate]"); in print_chrc_props() 171 bt_shell_print("[auth]"); in print_chrc_props() [all …]
|
D | bt.c | 129 bt_shell_print("%s address: %s (%s)", desc, addr_str, addr_desc); in print_le_addr() 229 bt_shell_print("Scan timeout"); in active_scan_timeout() 557 bt_shell_print("%s%s, AD evt type %u, RSSI %i %s " in scan_recv() 611 bt_shell_print("Scan timeout"); in scan_timeout() 620 bt_shell_print("Advertiser[%d] %p sent %d", bt_le_ext_adv_get_index(adv), adv, in adv_sent() 631 bt_shell_print("Advertiser[%d] %p scanned by %s", bt_le_ext_adv_get_index(adv), adv, str); in adv_scanned() 643 bt_shell_print("Advertiser[%d] %p connected by %s", bt_le_ext_adv_get_index(adv), adv, str); in adv_connected() 653 bt_shell_print("Advertiser[%d] %p RPA %s", adv_index, adv, in adv_rpa_expired() 756 bt_shell_print("Connected: %s", addr); in connected() 804 bt_shell_print("Selected conn is now: %s", addr_str); in disconnected_set_new_default_conn_cb() [all …]
|
D | bt_shell_private.h | 67 #define bt_shell_print(_ft, ...) \ macro
|
D | cs.c | 142 bt_shell_print("Subevent results contained step data: "); in process_step_data() 143 bt_shell_print("- Step mode %d\n" in process_step_data() 155 bt_shell_print("Received subevent results."); in cs_test_subevent_data_cb() 156 bt_shell_print("Subevent Header:\n" in cs_test_subevent_data_cb() 183 bt_shell_print("CS Test End Complete."); in cs_test_end_complete_cb()
|
D | iso.c | 79 bt_shell_print("Incoming data channel %p len %u, seq: %d, ts: %d", in iso_recv() 90 bt_shell_print("ISO Channel %p connected", chan); in iso_connected() 111 bt_shell_print("ISO Channel %p disconnected with reason 0x%02x", in iso_disconnected() 475 bt_shell_print("Incoming request from %p with CIG ID 0x%02X and CIS ID 0x%02X", in iso_accept() 479 bt_shell_print("No channels available"); in iso_accept()
|