Lines Matching refs:LOG
118 LOG(FATAL) << "This packet filled buffer, if it have continuation we " in monitor_socket()
149 LOG(FATAL) << "Unexpected event type: " << +type; in monitor_socket()
158 if (res <= 0) LOG(INFO) << "Nothing more to read"; in monitor_socket()
161 LOG(INFO) << "exitting"; in monitor_socket()
171 LOG(INFO) << __func__; in hci_initialize()
183 LOG(INFO) << "Using interface hci" << +hci_interface; in hci_initialize()
198 LOG(FATAL) << "HCI interface hci" << +hci_interface << " not found"; in hci_initialize()
207 LOG(FATAL) << "socket bind error " << strerror(errno); in hci_initialize()
212 LOG(FATAL) << "socketpair failed: " << strerror(errno); in hci_initialize()
221 LOG(INFO) << "HCI device ready"; in hci_initialize()
226 LOG(INFO) << __func__; in hci_close()
265 LOG(FATAL) << "Unknown packet type " << event; in hci_transmit()
276 if (ret != packet->len + 1) LOG(ERROR) << "Should have send whole packet"; in hci_transmit()
278 if (ret == -1) LOG(FATAL) << strerror(errno); in hci_transmit()
288 LOG(INFO) << __func__; in wait_hcidev()
292 LOG(ERROR) << "Bluetooth socket error: %s" << strerror(errno); in wait_hcidev()
302 LOG(ERROR) << "HCI Channel Control: " << strerror(errno); in wait_hcidev()
318 LOG(ERROR) << "Unable to write mgmt command: " << strerror(errno); in wait_hcidev()
327 LOG(ERROR) << "Poll error: " << strerror(errno); in wait_hcidev()
331 LOG(ERROR) << "Timeout, no HCI device detected"; in wait_hcidev()
339 LOG(ERROR) << "Error reading control channel: " << strerror(errno); in wait_hcidev()
370 LOG(INFO) << __func__; in rfkill()
374 LOG(ERROR) << "Unable to open /dev/rfkill"; in rfkill()
387 LOG(ERROR) << "Failed to change rfkill state"; in rfkill()