Lines Matching refs:loghex
210 << ", status=" << loghex(static_cast<uint8_t>(status)); in write_rpt_ctl_cfg_cb()
334 << ", hiSyncId=" << loghex(dev_info.hi_sync_id) in AddFromStorage()
436 DVLOG(2) << "Skipping unknown device, conn_id=" << loghex(conn_id); in OnConnectionUpdateComplete()
492 << loghex(static_cast<uint8_t>(p_data->conn_update.status)) in OnConnectionUpdateComplete()
606 DVLOG(2) << "Skipping unknown device, conn_id=" << loghex(conn_id); in OnServiceSearchComplete()
629 << loghex(tmp.handle); in OnServiceSearchComplete()
633 LOG(INFO) << "Found Hearing Aid service, handle=" << loghex(tmp.handle); in OnServiceSearchComplete()
652 << loghex(charac.value_handle); in OnServiceSearchComplete()
671 << ": audio_status_handle=" << loghex(charac.value_handle) in OnServiceSearchComplete()
672 << ", ccc=" << loghex(hearingDevice->audio_status_ccc_handle); in OnServiceSearchComplete()
691 LOG(INFO) << "Reading PSM " << loghex(hearingDevice->read_psm_handle) in ReadPSM()
704 << ": Skipping unknown device, conn_id=" << loghex(conn_id); in OnNotificationEvent()
710 << loghex(device->audio_status_handle) in OnNotificationEvent()
711 << "!=" << loghex(handle); in OnNotificationEvent()
723 << ": Invalid returned status. data=" << loghex(value[0]); in OnNotificationEvent()
738 DVLOG(2) << __func__ << "unknown conn_id=" << loghex(conn_id); in OnReadOnlyPropertiesRead()
750 LOG(WARNING) << "Unknown version: " << loghex(version); in OnReadOnlyPropertiesRead()
756 LOG(WARNING) << "Read only properties too short: " << loghex(len); in OnReadOnlyPropertiesRead()
772 VLOG(2) << __func__ << " hiSyncId: " << loghex(hearingDevice->hi_sync_id); in OnReadOnlyPropertiesRead()
778 << " render delay: " << loghex(hearingDevice->render_delay); in OnReadOnlyPropertiesRead()
782 << loghex(hearingDevice->preparation_delay); in OnReadOnlyPropertiesRead()
787 VLOG(2) << __func__ << " supported codecs: " << loghex(codecs); in OnReadOnlyPropertiesRead()
848 DVLOG(2) << "Skipping unknown read event, conn_id=" << loghex(conn_id); in OnPsmRead()
863 VLOG(2) << "read psm:" << loghex(psm); in OnPsmRead()
926 << loghex(hearingDevice->audio_status_handle) in OnGapConnection()
928 << loghex(hearingDevice->audio_status_ccc_handle); in OnGapConnection()
937 << loghex(static_cast<uint8_t>(register_status)); in OnGapConnection()
960 << ", hi_sync_id=" << loghex(hearingDevice->hi_sync_id) in OnGapConnection()
961 << ", codec_in_use=" << loghex(codec_in_use) in OnGapConnection()
1119 LOG(INFO) << __func__ << ": send Start cmd, volume=" << loghex(start[3]) in SendStart()
1120 << ", audio type=" << loghex(start[2]) in SendStart()
1122 << ", other side streaming=" << loghex(start[4]); in SendStart()
1287 LOG(ERROR) << " Error sending data: " << loghex(result); in SendAudio()
1415 << (side ? "right" : "left") << " " << loghex(device.hi_sync_id) in Dump()
1481 << loghex(conn_id); in OnGattDisconnected()
1484 VLOG(2) << __func__ << ": conn_id=" << loghex(conn_id) in OnGattDisconnected()
1587 DVLOG(2) << "Skipping unknown device, conn_id=" << loghex(conn_id); in find_server_changed_ccc_handle()
1600 << loghex(hearingDevice->service_changed_ccc_handle); in find_server_changed_ccc_handle()
1635 << ", status=" << loghex(payload[1]); in send_state_change()