Lines Matching refs:LOG
116 LOG(FATAL) << "This packet filled buffer, if it have continuation we " in monitor_socket()
147 LOG(FATAL) << "Unexpected event type: " << +type; in monitor_socket()
156 if (res <= 0) LOG(INFO) << "Nothing more to read"; in monitor_socket()
159 LOG(INFO) << "exitting"; in monitor_socket()
169 LOG(INFO) << __func__; in hci_initialize()
181 LOG(INFO) << "Using interface hci" << +hci_interface; in hci_initialize()
196 LOG(FATAL) << "HCI interface hci" << +hci_interface << " not found"; in hci_initialize()
205 LOG(FATAL) << "socket bind error " << strerror(errno); in hci_initialize()
210 LOG(FATAL) << "socketpair failed: " << strerror(errno); in hci_initialize()
219 LOG(INFO) << "HCI device ready"; in hci_initialize()
224 LOG(INFO) << __func__; in hci_close()
263 LOG(FATAL) << "Unknown packet type " << event; in hci_transmit()
274 if (ret != packet->len + 1) LOG(ERROR) << "Should have send whole packet"; in hci_transmit()
276 if (ret == -1) LOG(FATAL) << strerror(errno); in hci_transmit()
286 LOG(INFO) << __func__; in wait_hcidev()
290 LOG(ERROR) << "Bluetooth socket error: %s" << strerror(errno); in wait_hcidev()
300 LOG(ERROR) << "HCI Channel Control: " << strerror(errno); in wait_hcidev()
316 LOG(ERROR) << "Unable to write mgmt command: " << strerror(errno); in wait_hcidev()
325 LOG(ERROR) << "Poll error: " << strerror(errno); in wait_hcidev()
329 LOG(ERROR) << "Timeout, no HCI device detected"; in wait_hcidev()
337 LOG(ERROR) << "Error reading control channel: " << strerror(errno); in wait_hcidev()
368 LOG(INFO) << __func__; in rfkill()
372 LOG(ERROR) << "Unable to open /dev/rfkill"; in rfkill()
385 LOG(ERROR) << "Failed to change rfkill state"; in rfkill()