Lines Matching refs:syslog

145 			syslog(LOG_ERR, "Could not create PID file %s. %s (%d)",  in main()
163 syslog(LOG_ERR, "Could not receive from HCI socket. " \ in main()
169 syslog(LOG_ERR, "Received unexpected HCI packet, " \ in main()
191 syslog(LOG_ERR, "Received unexpected HCI event, " \ in main()
199 syslog(LOG_ERR, "Could not remove PID file %s. %s (%d)", in main()
217 syslog(LOG_DEBUG, "Got PIN_Code_Request event from '%s', " \ in process_pin_code_request_event()
222 syslog(LOG_DEBUG, "Found matching entry, " \ in process_pin_code_request_event()
231 syslog(LOG_DEBUG, "Could not PIN code for remote bdaddr %s", in process_pin_code_request_event()
244 syslog(LOG_DEBUG, "Got Link_Key_Request event from '%s', " \ in process_link_key_request_event()
249 syslog(LOG_DEBUG, "Found matching entry, " \ in process_link_key_request_event()
258 syslog(LOG_DEBUG, "Could not find link key for remote bdaddr %s", in process_link_key_request_event()
289 syslog(LOG_DEBUG, "Sending PIN_Code_Reply to '%s' " \ in send_pin_code_reply()
302 syslog(LOG_DEBUG, "Sending PIN_Code_Negative_Reply to '%s' " \ in send_pin_code_reply()
313 syslog(LOG_ERR, "Could not send PIN code reply to '%s' " \ in send_pin_code_reply()
347 syslog(LOG_DEBUG, "Sending Link_Key_Reply to '%s' " \ in send_link_key_reply()
360 syslog(LOG_DEBUG, "Sending Link_Key_Negative_Reply to '%s' " \ in send_link_key_reply()
371 syslog(LOG_ERR, "Could not send link key reply to '%s' " \ in send_link_key_reply()
388 syslog(LOG_DEBUG, "Got Link_Key_Notification event from '%s', " \ in process_link_key_notification_event()
393 syslog(LOG_ERR, "Could not find entry for remote bdaddr %s", in process_link_key_notification_event()
398 syslog(LOG_DEBUG, "Updating link key for the entry, " \ in process_link_key_notification_event()
407 syslog(LOG_ERR, "Could not allocate link key"); in process_link_key_notification_event()
421 syslog(LOG_DEBUG, "Got SIGHUP (%d)", s); in sighup()
431 syslog(LOG_DEBUG, "Got signal %d, total number of signals %d", in sigint()