Lines Matching refs:MSG_OUT

55 #define MSG_OUT(f_, ...) do { if (verbosity != BT_LOG_NONE) { bt_log(LOG_INFO, f_, ##__VA_ARGS__); …  macro
267 MSG_OUT("Sending SMS_ATN ioctl (%d) to %s\n", in method_send_sms_atn()
322 MSG_OUT("Received a dbus response for msg with seq 0x%02x\n", seq); in method_send_message()
361 MSG_OUT("Adjusting timer for next element\n"); in bt_host_write()
365 MSG_OUT("Disabling timer, no elements remain in queue\n"); in bt_host_write()
398 MSG_OUT("Successfully wrote %d of %d bytes to %s\n", len, data[0] + 1, BT_BMC_PATH); in bt_host_write()
428 MSG_OUT("Turning off POLLOUT for the BT in poll()\n"); in bt_host_write()
445 MSG_OUT("Timer fired %" PRIu64 " times\n", counter); in dispatch_timer()
477 MSG_OUT("Timeout on msg with seq: 0x%02x\n", head->rsp.seq); in dispatch_timer()
491 MSG_OUT("Processed %d dbus events\n", r); in dispatch_sd_bus()
558 MSG_OUT("Sending dbus signal with seq 0x%02x, netfn 0x%02x, lun 0x%02x, cmd 0x%02x\n", in dispatch_bt()
567 MSG_OUT("\t"); in dispatch_bt()
603 MSG_OUT("Completed request with seq 0x%02x, netfn 0x%02x, lun 0x%02x, cmd 0x%02x, cc 0x%02x\n", in dispatch_bt()
666 MSG_OUT("Verbose logging\n"); in main()
669 MSG_OUT("Debug logging\n"); in main()
671 MSG_OUT("Starting\n"); in main()
678 MSG_OUT("Registering dbus methods/signals\n"); in main()
690 MSG_OUT("Requesting dbus name: %s\n", DBUS_NAME); in main()
697 MSG_OUT("Getting dbus file descriptors\n"); in main()
701 MSG_OUT("Couldn't get the bus file descriptor: %s\n", strerror(errno)); in main()
705 MSG_OUT("Opening %s\n", BT_BMC_PATH); in main()
713 MSG_OUT("Creating timer fd\n"); in main()
724 MSG_OUT("Entering polling loop\n"); in main()