Lines Matching refs:bt_shell_print
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()
175 bt_shell_print("[ext prop]"); in print_chrc_props()
178 bt_shell_print(""); in print_chrc_props()
191 bt_shell_print("Discover complete"); in discover_func()
201 bt_shell_print("Service %s found: start handle %x, end_handle %x", in discover_func()
207 bt_shell_print("Characteristic %s found: handle %x", in discover_func()
214 bt_shell_print("Include %s found: handle %x, start %x, end %x", str, attr->handle, in discover_func()
219 bt_shell_print("Descriptor %s found: handle %x", str, attr->handle); in discover_func()
290 bt_shell_print("Read complete: err 0x%02x length %u", err, length); in read_func()
425 bt_shell_print("Write complete: err 0x%02x", err); in write_func()
552 bt_shell_print("Unsubscribed"); in notify_func()
557 bt_shell_print("Notification: value_handle %u, length %u", in notify_func()
787 bt_shell_print("Echo attr len %u", len); in write_vnd1()