Lines Matching refs:syslog
146 syslog(LOG_ERR, "Could not create PID file %s. %s (%d)", in main()
164 syslog(LOG_ERR, "Could not receive from HCI socket. " \ in main()
170 syslog(LOG_ERR, "Received unexpected HCI packet, " \ in main()
192 syslog(LOG_ERR, "Received unexpected HCI event, " \ in main()
200 syslog(LOG_ERR, "Could not remove PID file %s. %s (%d)", in main()
218 syslog(LOG_DEBUG, "Got PIN_Code_Request event from '%s', " \ in process_pin_code_request_event()
223 syslog(LOG_DEBUG, "Found matching entry, " \ in process_pin_code_request_event()
232 syslog(LOG_DEBUG, "Could not PIN code for remote bdaddr %s", in process_pin_code_request_event()
245 syslog(LOG_DEBUG, "Got Link_Key_Request event from '%s', " \ in process_link_key_request_event()
250 syslog(LOG_DEBUG, "Found matching entry, " \ in process_link_key_request_event()
259 syslog(LOG_DEBUG, "Could not find link key for remote bdaddr %s", in process_link_key_request_event()
290 syslog(LOG_DEBUG, "Sending PIN_Code_Reply to '%s' " \ in send_pin_code_reply()
303 syslog(LOG_DEBUG, "Sending PIN_Code_Negative_Reply to '%s' " \ in send_pin_code_reply()
314 syslog(LOG_ERR, "Could not send PIN code reply to '%s' " \ in send_pin_code_reply()
348 syslog(LOG_DEBUG, "Sending Link_Key_Reply to '%s' " \ in send_link_key_reply()
361 syslog(LOG_DEBUG, "Sending Link_Key_Negative_Reply to '%s' " \ in send_link_key_reply()
372 syslog(LOG_ERR, "Could not send link key reply to '%s' " \ in send_link_key_reply()
389 syslog(LOG_DEBUG, "Got Link_Key_Notification event from '%s', " \ in process_link_key_notification_event()
394 syslog(LOG_ERR, "Could not find entry for remote bdaddr %s", in process_link_key_notification_event()
399 syslog(LOG_DEBUG, "Updating link key for the entry, " \ in process_link_key_notification_event()
408 syslog(LOG_ERR, "Could not allocate link key"); in process_link_key_notification_event()
422 syslog(LOG_DEBUG, "Got SIGHUP (%d)", s); in sighup()
432 syslog(LOG_DEBUG, "Got signal %d, total number of signals %d", in sigint()