Lines Matching refs:log
122 bluetooth::log::error( in VolumeControlImpl()
138 bluetooth::log::info(": {}", address); in StartOpportunisticConnect()
143 bluetooth::log::info(": {}", address); in Connect()
148 bluetooth::log::error("Connecting {} when not bonded", address); in Connect()
157 bluetooth::log::warn("address={}, connection_id={} already connected.", address, in Connect()
174 bluetooth::log::info("{}", address); in AddFromStorage()
181 bluetooth::log::info("{}, conn_id=0x{:04x}, transport={}, status={}(0x{:02x})", address, in OnGattConnected()
186 bluetooth::log::warn("Only LE connection is allowed (transport {})", in OnGattConnected()
194 bluetooth::log::error("Skipping unknown device, address={}", address); in OnGattConnected()
199 bluetooth::log::info("Failed to connect to Volume Control device"); in OnGattConnected()
219 bluetooth::log::error("Link key is not known for {}, disconnect profile", address); in OnGattConnected()
227 bluetooth::log::error("Skipping unknown device {}", address); in OnEncryptionComplete()
232 bluetooth::log::error("encryption failed status: {}", btm_status_text(success)); in OnEncryptionComplete()
240 bluetooth::log::info("{} status: {}", address, success); in OnEncryptionComplete()
252 bluetooth::log::error("Device is null"); in ClearDeviceInformationAndStartSearch()
256 bluetooth::log::info("address={}", device->address); in ClearDeviceInformationAndStartSearch()
258 bluetooth::log::info("Device already is waiting for new services"); in ClearDeviceInformationAndStartSearch()
280 bluetooth::log::error("Skipping unknown device {}", address); in OnServiceChangeEvent()
290 bluetooth::log::error("Skipping unknown device conn_id: {}", conn_id); in OnMtuChanged()
299 bluetooth::log::error("Skipping unknown device {}", address); in OnServiceDiscDoneEvent()
311 bluetooth::log::error("Skipping unknown device, connection_id={:#x}", connection_id); in OnServiceSearchComplete()
322 bluetooth::log::error("Service discovery failed"); in OnServiceSearchComplete()
328 bluetooth::log::warn("Device not yet bonded - waiting for encryption"); in OnServiceSearchComplete()
334 bluetooth::log::error("Incomplete service database"); in OnServiceSearchComplete()
347 bluetooth::log::error("unknown conn_id={:#x}", conn_id); in OnCharacteristicValueChanged()
352 bluetooth::log::info("status=0x{:02x}", static_cast<int>(status)); in OnCharacteristicValueChanged()
354 bluetooth::log::info("Database out of sync for {}", device->address); in OnCharacteristicValueChanged()
389 bluetooth::log::error("{} unknown input handle={:#x}", device->address, handle); in OnCharacteristicValueChanged()
406 bluetooth::log::error("{} unknown offset handle={:#x}", device->address, handle); in OnCharacteristicValueChanged()
414 bluetooth::log::error("{}, unknown handle={:#x}", device->address, handle); in OnCharacteristicValueChanged()
418 bluetooth::log::info("connection_id={:#x}, handle={:#x}", conn_id, handle); in OnNotificationEvent()
428 bluetooth::log::debug("{}, is volume change: {}, is mute change: {}", device->address, in HandleAutonomusVolumeChange()
432 bluetooth::log::warn("Autonomous change but volume and mute did not changed."); in HandleAutonomusVolumeChange()
438 bluetooth::log::warn("Csis module is not available"); in HandleAutonomusVolumeChange()
447 bluetooth::log::warn("No group for device {}", device->address); in HandleAutonomusVolumeChange()
464 bluetooth::log::info("No more devices in the group right now"); in HandleAutonomusVolumeChange()
487 bluetooth::log::error("{}, malformed len={:#x}", device->address, len); in OnVolumeControlStateReadOrNotified()
504 bluetooth::log::info("{}, volume {:#x} mute {:#x} change_counter {:#x}", device->address, in OnVolumeControlStateReadOrNotified()
508 bluetooth::log::info("Device: {} is not ready yet.", device->address); in OnVolumeControlStateReadOrNotified()
526 bluetooth::log::debug("Could not find operation id for device: {}. Autonomus change", in OnVolumeControlStateReadOrNotified()
536 bluetooth::log::debug("wait for more responses for operation_id: {}", op->operation_id_); in OnVolumeControlStateReadOrNotified()
557 bluetooth::log::info("{}, flags {:#x}", device->address, device->flags); in OnVolumeControlFlagsChanged()
563 bluetooth::log::error("{}, id={:#x}, malformed len={:#x}", device->address, offset->id, len); in OnExtAudioOutStateChanged()
571 bluetooth::log::verbose("{}, len:{}", device->address, base::HexEncode(value, len)); in OnExtAudioOutStateChanged()
572 bluetooth::log::info("{} id={:#x} offset: {:#x} counter: {:#x}", device->address, offset->id, in OnExtAudioOutStateChanged()
576 bluetooth::log::info("Device: {} is not ready yet.", device->address); in OnExtAudioOutStateChanged()
586 bluetooth::log::error("{}, id={:#x}, malformed len={:#x}", device->address, offset->id, len); in OnExtAudioOutLocationChanged()
593 bluetooth::log::verbose("{}, data :{}", device->address, base::HexEncode(value, len)); in OnExtAudioOutLocationChanged()
594 bluetooth::log::info("{} id={:#x}, location={:#x}", device->address, offset->id, in OnExtAudioOutLocationChanged()
598 bluetooth::log::info("Device: {} is not ready yet.", device->address); in OnExtAudioOutLocationChanged()
608 bluetooth::log::error("{}, id={}, malformed len={:#x}", device->address, input->id, len); in OnExtAudioInputStateChanged()
617 bluetooth::log::error("{} Invalid mute value: {:#x}", device->address, mute); in OnExtAudioInputStateChanged()
625 bluetooth::log::error("{} Invalid GainMode value: {:#x}", device->address, gain_mode); in OnExtAudioInputStateChanged()
631 bluetooth::log::verbose("{}, data:{}", device->address, base::HexEncode(value, len)); in OnExtAudioInputStateChanged()
632 bluetooth::log::info( in OnExtAudioInputStateChanged()
648 bluetooth::log::error("{}, id={}, malformed len={:#x}", device->address, input->id, len); in OnExtAudioInTypeChanged()
653 bluetooth::log::error("Invalid type {} for {} id={}", device->address, *value, input->id); in OnExtAudioInTypeChanged()
659 bluetooth::log::info("{}, id={:#x} type={}", device->address, input->id, input->type); in OnExtAudioInTypeChanged()
671 bluetooth::log::error("{}, id={}, malformed len={:#x}", device->address, input->id, len); in OnExtAudioInputStatusChanged()
676 bluetooth::log::error("Invalid status {:#x} received from {} on id={:#x}", *value, in OnExtAudioInputStatusChanged()
683 bluetooth::log::info("{}, id={:#x} status {}", device->address, input->id, input->status); in OnExtAudioInputStatusChanged()
696 bluetooth::log::error("Received description is no utf8 string for {}, input id={:#x}", in OnExtAudioInDescChanged()
702 bluetooth::log::info("{}, id={:#x}, descriptor: {}", device->address, input->id, in OnExtAudioInDescChanged()
717 bluetooth::log::info("Skipping unknown device disconnect, connection_id={:#x}", in OnExtAudioInCPWrite()
722 bluetooth::log::info("{}, Input Control Point write response handle {:#x}, status {:#x}", in OnExtAudioInCPWrite()
741 bluetooth::log::error("{} Not a valid opcode", opcode); in OnExtAudioInCPWrite()
748 bluetooth::log::error("{}, id={}, malformed len={:#x}", device->address, input->id, len); in OnExtAudioInGainSettingChanged()
757 bluetooth::log::verbose("{}, len:{}", device->address, base::HexEncode(value, len)); in OnExtAudioInGainSettingChanged()
758 bluetooth::log::info("{}, id={:#x} gain unit {:#x} gain min {:#x} gain max {:#x}", in OnExtAudioInGainSettingChanged()
775 bluetooth::log::error("Skipping unknown device disconnect, connection_id={:#x}", in OnExtAudioOutCPWrite()
780 bluetooth::log::info("Offset Control Point write response handle{:#x} status: {:#x}", handle, in OnExtAudioOutCPWrite()
790 bluetooth::log::error(" Received description is no utf8 string for {}, offset id={:#x}", in OnOffsetOutputDescChanged()
796 bluetooth::log::info("{}, {}", device->address, description); in OnOffsetOutputDescChanged()
799 bluetooth::log::info("Device: {} is not ready yet.", device->address); in OnOffsetOutputDescChanged()
810 bluetooth::log::error("unknown connection_id={:#x}", connection_id); in OnGattWriteCcc()
817 bluetooth::log::info("Database out of sync for {}, conn_id: 0x{:04x}", device->address, in OnGattWriteCcc()
821 bluetooth::log::error("Failed to register for notification: 0x{:04x}, status 0x{:02x}", in OnGattWriteCcc()
828 bluetooth::log::info("Successfully registered on ccc: 0x{:04x}, device: {}", handle, in OnGattWriteCcc()
837 bluetooth::log::error("connection_id={:#x}, no instance. Handle to write={:#x}", in OnGattWriteCccStatic()
851 bluetooth::log::info("{}", address); in Disconnect()
855 bluetooth::log::warn("Device not connected to profile {}", address); in Disconnect()
860 bluetooth::log::info("GAP_EVT_CONN_CLOSED: {}", device->address); in Disconnect()
866 bluetooth::log::info("{}", address); in Remove()
879 bluetooth::log::error("Skipping unknown device disconnect, connection_id={:#x}", in OnGattDisconnected()
885 bluetooth::log::error( in OnGattDisconnected()
892 bluetooth::log::info("{}", remote_bda); in OnGattDisconnected()
930 bluetooth::log::warn("Could not find operation id: {}", operation_id); in RemoveDeviceFromOperationList()
990 bluetooth::log::debug(""); in RemoveNotStartedPendingOperations()
998 bluetooth::log::debug("Removing operation {}", op->operation_id_); in RemoveNotStartedPendingOperations()
1005 bluetooth::log::debug("Removing {} from operation", *it); in RemoveNotStartedPendingOperations()
1010 bluetooth::log::debug("Removing operation {}", op->operation_id_); in RemoveNotStartedPendingOperations()
1022 bluetooth::log::error("Skipping unknown device disconnect, connection_id={:#x}", in OnWriteControlResponse()
1027 bluetooth::log::info("Write response handle: {:#x} status: {:#x}", handle, in OnWriteControlResponse()
1038 bluetooth::log::info("Database out of sync for {}", device->address); in OnWriteControlResponse()
1045 bluetooth::log::warn("There is no instance."); in operation_timeout_callback()
1056 bluetooth::log::error("Could not find operation_id: {}", operation_id); in OperationMonitorTimeoutFired()
1060 bluetooth::log::warn("Operation {} is taking too long for devices:", operation_id); in OperationMonitorTimeoutFired()
1062 bluetooth::log::warn("{},", addr); in OperationMonitorTimeoutFired()
1069 bluetooth::log::info(""); in StartQueueOperation()
1076 bluetooth::log::info("Current operation_id: {}", op->operation_id_); in StartQueueOperation()
1079 bluetooth::log::info("Operation {} is started, wait until it is complete", op->operation_id_); in StartQueueOperation()
1095 bluetooth::log::debug( in PrepareVolumeControlOperation()
1119 bluetooth::log::debug("New operation id {} added", latest_operation_id_); in PrepareVolumeControlOperation()
1134 bluetooth::log::debug("Address: {}: isReady: {}", dev->address, dev->IsReady()); in MuteUnmute()
1153 bluetooth::log::debug("group: {}", group_id); in MuteUnmute()
1156 bluetooth::log::error("Csis is not there"); in MuteUnmute()
1162 bluetooth::log::error("group id: {} has no devices", group_id); in MuteUnmute()
1200 bluetooth::log::debug( in MuteUnmute()
1214 bluetooth::log::debug(""); in Mute()
1219 bluetooth::log::debug(""); in UnMute()
1228 bluetooth::log::debug("Address: {}:", std::get<RawAddress>(addr_or_group_id)); in SetVolume()
1232 bluetooth::log::debug("Address: {}: isReady: {}", dev->address, dev->IsReady()); in SetVolume()
1257 bluetooth::log::debug("group_id: {}, vol: {}", group_id, volume); in SetVolume()
1260 bluetooth::log::error("Csis is not there"); in SetVolume()
1266 bluetooth::log::error("group id: {} has no devices", group_id); in SetVolume()
1307 bluetooth::log::debug( in SetVolume()
1330 bluetooth::log::error("no such device!"); in GetExtAudioOutVolumeOffset()
1349 bluetooth::log::error("no such device!"); in GetExtAudioOutLocation()
1360 bluetooth::log::error("no such device!"); in SetExtAudioOutLocation()
1370 bluetooth::log::error("no such device!"); in GetExtAudioOutDescription()
1381 bluetooth::log::error("no such device!"); in SetExtAudioOutDescription()
1392 bluetooth::log::error("{}, no such device!", address); in GetExtAudioInState()
1402 bluetooth::log::error("{}, no such device!", address); in GetExtAudioInStatus()
1412 bluetooth::log::error("{}, no such device!", address); in GetExtAudioInType()
1422 bluetooth::log::error("{}, no such device!", address); in GetExtAudioInGainProps()
1432 bluetooth::log::error("{}, no such device!", address); in GetExtAudioInDescription()
1443 bluetooth::log::error("{}, no such device!", address); in SetExtAudioInDescription()
1453 bluetooth::log::info("{}, input_id={:#x}", address, ext_input_id); in SetExtAudioInGainSetting()
1457 bluetooth::log::error("{}, no such device!", address); in SetExtAudioInGainSetting()
1479 bluetooth::log::info("{}, input_id={:#x} gain_mode={:#x}", address, ext_input_id, gain_mode); in SetExtAudioInGainMode()
1483 bluetooth::log::error("{}, no such device!", address); in SetExtAudioInGainMode()
1509 bluetooth::log::info("{}, input_id={:#x}, mute={:#x}", address, ext_input_id, mute); in SetExtAudioInMute()
1513 bluetooth::log::error("{}, no such device!", address); in SetExtAudioInMute()
1537 bluetooth::log::info(""); in CleanUp()
1556 bluetooth::log::debug("{}, isReady {}", device->address, device->IsReady()); in verify_device_ready()
1564 bluetooth::log::info("Outstanding reads completed."); in verify_device_ready()
1605 bluetooth::log::info("{} id={:#x} op={:#x}", address, ext_output_id, opcode); in ext_audio_out_control_point_helper()
1608 bluetooth::log::error("no such device!"); in ext_audio_out_control_point_helper()
1623 bluetooth::log::info("event = {}", static_cast<int>(event)); in gattc_callback()
1647 bluetooth::log::error("rejected BTA_GATTC_NOTIF_EVT. is_notify={}, len={}", n.is_notify, in gattc_callback()
1702 bluetooth::log::error("conn_id={:#} multi read failed {:#x}", conn_id, status); in chrc_multi_read_callback_static()
1716 bluetooth::log::warn( in chrc_multi_read_callback_static()
1731 bluetooth::log::warn("Attempted to read {} handles, but received just {} values", in chrc_multi_read_callback_static()
1742 bluetooth::log::error("Already initialized!"); in Initialize()
1752 bluetooth::log::assert_that(instance != nullptr, "assert failed: instance != nullptr"); in Get()
1758 bluetooth::log::error("Not initialized yet"); in AddFromStorage()
1768 bluetooth::log::error("Not initialized!"); in CleanUp()