Lines Matching refs:loghex
202 << ", status=" << loghex(status); in write_rpt_ctl_cfg_cb()
326 << ", hiSyncId=" << loghex(dev_info.hi_sync_id) in AddFromStorage()
432 DVLOG(2) << "Skipping unknown device, conn_id=" << loghex(conn_id); in OnConnectionUpdateComplete()
488 << ": error status=" << loghex(p_data->conn_update.status) in OnConnectionUpdateComplete()
602 DVLOG(2) << "Skipping unknown device, conn_id=" << loghex(conn_id); in OnServiceSearchComplete()
625 << loghex(tmp.handle); in OnServiceSearchComplete()
629 LOG(INFO) << "Found Hearing Aid service, handle=" << loghex(tmp.handle); in OnServiceSearchComplete()
648 << loghex(charac.value_handle); in OnServiceSearchComplete()
667 << ": audio_status_handle=" << loghex(charac.value_handle) in OnServiceSearchComplete()
668 << ", ccc=" << loghex(hearingDevice->audio_status_ccc_handle); in OnServiceSearchComplete()
687 LOG(INFO) << "Reading PSM " << loghex(hearingDevice->read_psm_handle) in ReadPSM()
700 << ": Skipping unknown device, conn_id=" << loghex(conn_id); in OnNotificationEvent()
706 << loghex(device->audio_status_handle) in OnNotificationEvent()
707 << "!=" << loghex(handle); in OnNotificationEvent()
719 << ": Invalid returned status. data=" << loghex(value[0]); in OnNotificationEvent()
734 DVLOG(2) << __func__ << "unknown conn_id=" << loghex(conn_id); in OnReadOnlyPropertiesRead()
746 LOG(WARNING) << "Unknown version: " << loghex(version); in OnReadOnlyPropertiesRead()
752 LOG(WARNING) << "Read only properties too short: " << loghex(len); in OnReadOnlyPropertiesRead()
768 VLOG(2) << __func__ << " hiSyncId: " << loghex(hearingDevice->hi_sync_id); in OnReadOnlyPropertiesRead()
774 << " render delay: " << loghex(hearingDevice->render_delay); in OnReadOnlyPropertiesRead()
778 << loghex(hearingDevice->preparation_delay); in OnReadOnlyPropertiesRead()
783 VLOG(2) << __func__ << " supported codecs: " << loghex(codecs); in OnReadOnlyPropertiesRead()
844 DVLOG(2) << "Skipping unknown read event, conn_id=" << loghex(conn_id); in OnPsmRead()
859 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(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()
1106 LOG(INFO) << __func__ << ": send Start cmd, volume=" << loghex(start[3]) in SendStart()
1107 << ", audio type=" << loghex(start[2]) in SendStart()
1109 << ", other side streaming=" << loghex(start[4]); in SendStart()
1275 LOG(ERROR) << " Error sending data: " << loghex(result); in SendAudio()
1411 << (side ? "right" : "left") << " " << loghex(device.hi_sync_id) in Dump()
1469 << loghex(conn_id); in OnGattDisconnected()
1472 VLOG(2) << __func__ << ": conn_id=" << loghex(conn_id) in OnGattDisconnected()
1473 << ", reason=" << loghex(reason) << ", remote_bda=" << remote_bda; in OnGattDisconnected()
1557 DVLOG(2) << "Skipping unknown device, conn_id=" << loghex(conn_id); in find_server_changed_ccc_handle()
1570 << loghex(hearingDevice->service_changed_ccc_handle); in find_server_changed_ccc_handle()
1605 << ", status=" << loghex(payload[1]); in send_state_change()