/packages/modules/Bluetooth/system/bta/le_audio/ |
D | client_parser.cc | 141 << "\tASE id: " << loghex(arh.id) in ParseAseStatusHeader() 143 << loghex(arh.state) << ")"; in ParseAseStatusHeader() 182 << "\n\tFraming: " << loghex(rsp.framing) in ParseAseStatusCodecConfiguredStateParams() 183 << "\n\tPreferred PHY: " << loghex(rsp.preferred_phy) in ParseAseStatusCodecConfiguredStateParams() 185 << loghex(rsp.preferred_retrans_nb) << "\n\tMax transport latency: " in ParseAseStatusCodecConfiguredStateParams() 186 << loghex(rsp.max_transport_latency) in ParseAseStatusCodecConfiguredStateParams() 187 << "\n\tPresence delay min: " << loghex(rsp.pres_delay_min) in ParseAseStatusCodecConfiguredStateParams() 188 << "\n\tPresence delay max: " << loghex(rsp.pres_delay_max) in ParseAseStatusCodecConfiguredStateParams() 190 << loghex(rsp.preferred_pres_delay_min) in ParseAseStatusCodecConfiguredStateParams() 192 << loghex(rsp.preferred_pres_delay_max) in ParseAseStatusCodecConfiguredStateParams() [all …]
|
/packages/modules/Bluetooth/system/include/hardware/avrcp/ |
D | avrcp_logging_helper.h | 46 return "Unknown CType: " + loghex((uint8_t)type); in CTypeText() 61 return "Unknown Opcode: " + loghex((uint8_t)opcode); in OpcodeText() 83 return "Unknown Command PDU: " + loghex((uint8_t)pdu); in CommandPduText() 95 return "Unknown Packet Type: " + loghex((uint8_t)type); in PacketTypeText() 108 return "Unknown Capability: " + loghex((uint8_t)cap); in CapabilityText() 128 return "Unknown Event: " + loghex((uint8_t)event); in EventText() 147 return "Unknown Attribute Value: " + loghex((uint32_t)attr); in AttributeText() 181 return "Unknown Status: " + loghex((uint8_t)status); in StatusText() 196 return "Unknown Browse PDU: " + loghex((uint8_t)pdu); in BrowsePduText() 211 return "Unknown Scope: " + loghex((uint8_t)scope); in ScopeText() [all …]
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_api.cc | 226 << ", s_hdl=" << loghex(list.asgn_range.s_handle) in GATTS_AddService() 227 << ", e_hdl=" << loghex(list.asgn_range.e_handle) in GATTS_AddService() 243 VLOG(1) << "Invalid configuration property=" << loghex(el->properties) in GATTS_AddService() 244 << ", perm=" << loghex(el->permissions); in GATTS_AddService() 326 VLOG(1) << __func__ << ": allocated el s_hdl=" << loghex(elem.s_hdl) in GATTS_AddService() 327 << ", e_hdl=" << loghex(elem.e_hdl) << ", type=" << loghex(elem.type) in GATTS_AddService() 328 << ", sdp_hdl=" << loghex(elem.sdp_handle); in GATTS_AddService() 388 VLOG(1) << "released handles s_hdl=" << loghex(it->asgn_range.s_handle) in GATTS_DeleteService() 389 << ", e_hdl=" << loghex(it->asgn_range.e_handle); in GATTS_DeleteService() 411 LOG(INFO) << __func__ << ": service = " << loghex(service_handle); in GATTS_StopService() [all …]
|
D | gatt_attr.cc | 325 VLOG(1) << "Unknown/unexpected LE GAP ATT request: " << loghex(type); in gatt_request_cback() 346 << " connected: " << connected << ", conn_id: " << loghex(conn_id); in gatt_connect_cback() 532 << loghex(static_cast<uint8_t>(status)); in gatt_svc_read_cl_supp_feat_req() 553 << loghex(static_cast<uint8_t>(status)); in gatt_att_write_cl_supp_feat() 574 VLOG(1) << __func__ << " opcode: " << loghex(static_cast<uint8_t>(op)) in gatt_cl_op_cmpl_cback() 576 << " conn id: " << loghex(static_cast<uint8_t>(conn_id)); in gatt_cl_op_cmpl_cback() 610 VLOG(1) << __func__ << " cl_op_uuid " << loghex(cl_op_uuid); in gatt_cl_op_cmpl_cback() 815 VLOG(1) << __func__ << " p_clcb is NULL " << loghex(conn_id); in gatt_cl_read_sr_supp_feat_req() 822 << loghex(conn_id); in gatt_cl_read_sr_supp_feat_req() 951 << ", cl_supp_feat=" << loghex(tcb.cl_supp_feat) in gatt_sr_init_cl_status() [all …]
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | vc.cc | 254 << loghex(connection_id); in OnServiceSearchComplete() 285 LOG(INFO) << __func__ << ": unknown conn_id=" << loghex(conn_id); in OnCharacteristicValueChanged() 323 LOG(ERROR) << __func__ << ": unknown offset handle=" << loghex(handle); in OnCharacteristicValueChanged() 331 LOG(ERROR) << __func__ << ": unknown handle=" << loghex(handle); in OnCharacteristicValueChanged() 336 LOG(INFO) << __func__ << ": handle=" << loghex(handle); in OnNotificationEvent() 413 LOG(INFO) << __func__ << ": malformed len=" << loghex(len); in OnVolumeControlStateReadOrNotified() 430 LOG(INFO) << __func__ << " volume " << loghex(device->volume) << " mute " in OnVolumeControlStateReadOrNotified() 431 << loghex(device->mute) << " change_counter " in OnVolumeControlStateReadOrNotified() 432 << loghex(device->change_counter); in OnVolumeControlStateReadOrNotified() 492 LOG(INFO) << __func__ << " flags " << loghex(device->flags); in OnVolumeControlFlagsChanged() [all …]
|
/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid.cc | 224 conn_id, loghex(static_cast<uint8_t>(status)).c_str(), len); in write_rpt_ctl_cfg_cb() 430 loghex(dev_info.hi_sync_id).c_str(), is_acceptlisted); in AddFromStorage() 532 LOG_DEBUG("Skipping unknown device, conn_id=%s", loghex(conn_id).c_str()); in OnConnectionUpdateComplete() 588 loghex(static_cast<uint8_t>(p_data->conn_update.status)).c_str(), in OnConnectionUpdateComplete() 687 LOG_DEBUG("Skipping unknown device, conn_id=%s", loghex(conn_id).c_str()); in OnPhyUpdateEvent() 753 LOG_DEBUG("Skipping unknown device, conn_id=%s", loghex(conn_id).c_str()); in OnServiceSearchComplete() 776 loghex(tmp.handle).c_str()); in OnServiceSearchComplete() 781 loghex(tmp.handle).c_str()); in OnServiceSearchComplete() 800 loghex(charac.value_handle).c_str()); in OnServiceSearchComplete() 819 loghex(charac.value_handle).c_str(), in OnServiceSearchComplete() [all …]
|
/packages/modules/Bluetooth/system/packet/avrcp/ |
D | play_item.cc | 73 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 74 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 76 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 79 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString() 81 ss << " └ UID = " << loghex(GetUid()) << std::endl; in ToString() 82 ss << " └ UID Counter = " << loghex(GetUidCounter()) << std::endl; in ToString()
|
D | set_addressed_player.cc | 63 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 64 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 66 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 69 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString() 70 ss << " └ Player ID = " << loghex(GetPlayerId()) << std::endl; in ToString()
|
D | register_notification_packet.cc | 60 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 61 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 63 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 66 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString() 269 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 270 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 272 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 275 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString() 277 ss << " └ Interval = " << loghex(GetInterval()) << std::endl; in ToString()
|
D | set_player_application_setting_value.cc | 94 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 95 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 97 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 100 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString() 101 ss << " └ Num Attributes = " << loghex(GetNumberOfRequestedAttributes()) in ToString()
|
D | get_current_player_application_setting_value.cc | 89 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 90 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 92 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 95 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString() 96 ss << " └ Num Attributes = " << loghex(GetNumberOfRequestedAttributes()) in ToString()
|
D | vendor_packet.cc | 115 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 116 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 118 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 121 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString() 124 ss << " " << loghex(*it); in ToString()
|
D | get_element_attributes_packet.cc | 65 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 66 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 68 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 72 ss << " └ Identifier = " << loghex(GetIdentifier()) << std::endl; in ToString() 78 ss << " └ " << loghex((uint32_t)(*it)) << std::endl; in ToString()
|
D | set_absolute_volume.cc | 62 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 63 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 65 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 68 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString()
|
D | list_player_application_setting_values.cc | 69 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 70 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 72 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 75 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString()
|
D | capabilities_packet.cc | 62 ss << " └ Subunit Type = " << loghex(GetSubunitType()) << std::endl; in ToString() 63 ss << " └ Subunit ID = " << loghex(GetSubunitId()) << std::endl; in ToString() 65 ss << " └ Company ID = " << loghex(GetCompanyId()) << std::endl; in ToString() 68 ss << " └ Parameter Length = " << loghex(GetParameterLength()) << std::endl; in ToString()
|
/packages/modules/Bluetooth/system/stack/rfcomm/ |
D | rfc_l2cap_if.cc | 236 VLOG(1) << __func__ << ": lcid=" << loghex(lcid) in RFCOMM_DisconnectInd() 240 LOG(WARNING) << __func__ << ": no mcb for lcid " << loghex(lcid); in RFCOMM_DisconnectInd() 261 << loghex(lcid); in RFCOMM_BufDataInd() 270 LOG(WARNING) << __func__ << ": Bad RFCOMM frame from lcid=" << loghex(lcid) in RFCOMM_BufDataInd() 297 << ": no for none-SABME event, lcid=" << loghex(lcid) in RFCOMM_BufDataInd() 302 << ": Disconnecting RFCOMM, lcid=" << loghex(lcid) in RFCOMM_BufDataInd() 313 << +rfc_cb.rfc.rx_frame.dlci << ", lcid=" << loghex(lcid) in RFCOMM_BufDataInd() 377 LOG(WARNING) << __func__ << "LCID reused lcid=:" << loghex(lcid) in rfc_find_lcid_mcb() 378 << ", current_lcid=" << loghex(p_mcb->lcid); in rfc_find_lcid_mcb()
|
/packages/modules/Bluetooth/system/profile/avrcp/ |
D | connection_handler.cc | 128 << " SDP Completed features=" << loghex(features); in ConnectDevice() 130 LOG(ERROR) << "Failed to do SDP: status=" << loghex(status) in ConnectDevice() 131 << " features=" << loghex(features) in ConnectDevice() 222 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle) in AvrcpConnect() 223 << " status= " << loghex(status); in AvrcpConnect() 232 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle) in InitiatorControlCb() 233 << " result=" << loghex(result) << " addr=" in InitiatorControlCb() 320 LOG(INFO) << __PRETTY_FUNCTION__ << ": handle=" << loghex(handle) in AcceptorControlCb() 321 << " result=" << loghex(result) << " addr=" in AcceptorControlCb() 347 << ": No device found for handle: " << loghex(handle); in AcceptorControlCb() [all …]
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | database.cc | 68 tmp << "Service: handle=" << loghex(service.handle) in ToString() 69 << ", end_handle=" << loghex(service.end_handle) in ToString() 73 tmp << "\t Included service: handle=" << loghex(is.handle) in ToString() 74 << ", start_handle=" << loghex(is.start_handle) in ToString() 75 << ", end_handle=" << loghex(is.end_handle) << ", uuid=" << is.uuid in ToString() 81 << loghex(c.declaration_handle) in ToString() 82 << ", value_handle=" << loghex(c.value_handle) << ", uuid=" << c.uuid in ToString() 83 << ", prop=" << loghex(c.properties) << "\n"; in ToString() 86 tmp << "\t\t Descriptor: handle=" << loghex(d.handle) in ToString() 171 << loghex(attr.handle); in Deserialize()
|
/packages/modules/Bluetooth/system/stack/eatt/ |
D | eatt_impl.h | 180 LOG(INFO) << __func__ << " Channel connected CID " << loghex(cid); in eatt_l2cap_connect_ind_common() 401 LOG(ERROR) << __func__ << " unknown cid: " << loghex(lcid); in eatt_l2cap_connect_cfm() 407 << " Could not connect CoC result: " << loghex(result); in eatt_l2cap_connect_cfm() 434 LOG(INFO) << __func__ << "lcid: " << loghex(lcid) in eatt_l2cap_reconfig_completed() 444 LOG(INFO) << __func__ << " reconfig failed lcid: " << loghex(lcid) in eatt_l2cap_reconfig_completed() 445 << " result: " << loghex(p_cfg->result); in eatt_l2cap_reconfig_completed() 484 LOG(INFO) << __func__ << " cid: " << loghex(lcid) << " reason " in eatt_l2cap_error_cb() 485 << loghex(reason); in eatt_l2cap_error_cb() 519 LOG(INFO) << __func__ << " cid: " << loghex(lcid); in eatt_l2cap_disconnect_ind() 522 LOG(ERROR) << __func__ << " unknown cid: " << loghex(lcid); in eatt_l2cap_disconnect_ind() [all …]
|
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_client.cc | 416 << loghex(+(csis_instance->svc_data.lock_handle.val_hdl)); in SetLock() 721 << loghex(instance->svc_data.start_handle) in Dump() 869 LOG(INFO) << __func__ << " handle=" << loghex(handle); in OnGattWriteCcc() 873 LOG(INFO) << __func__ << " unknown conn_id=" << loghex(conn_id); in OnGattWriteCcc() 889 LOG(WARNING) << "Skipping unknown device, conn_id=" << loghex(conn_id); in OnCsisNotification() 896 << " unknown notification handle: " << loghex(handle) in OnCsisNotification() 897 << " for conn_id: " << loghex(conn_id); in OnCsisNotification() 909 << loghex(handle) << " for conn_id " << loghex(conn_id); in OnCsisNotification() 940 LOG(ERROR) << __func__ << " invalid notification len: " << loghex(len); in OnCsisLockNotifications() 996 LOG(WARNING) << "Skipping unknown device, conn_id=" << loghex(conn_id); in OnCsisSizeValueUpdate() [all …]
|
/packages/modules/Bluetooth/system/common/ |
D | metrics.cc | 599 LOG(WARNING) << __func__ << ": failed to log status " << loghex(cmd_status) in LogLinkLayerConnectionEvent() 600 << ", reason " << loghex(reason_code) << " from cmd " in LogLinkLayerConnectionEvent() 601 << loghex(hci_cmd) << ", event " << loghex(hci_event) in LogLinkLayerConnectionEvent() 602 << ", ble_event " << loghex(hci_ble_event) << " for " in LogLinkLayerConnectionEvent() 604 << loghex(link_type) << ", error " << ret; in LogLinkLayerConnectionEvent() 612 LOG(WARNING) << __func__ << ": failed for opcode " << loghex(hci_cmd) in LogHciTimeoutEvent() 623 << loghex(status) << ", version " << loghex(version) in LogRemoteVersionInfo() 624 << ", manufacturer_name " << loghex(manufacturer_name) in LogRemoteVersionInfo() 625 << ", subversion " << loghex(subversion) << ", error " << ret; in LogRemoteVersionInfo() 718 << handle << ", status " << loghex(cmd_status) << ", rssi " in LogReadRssiResult() [all …]
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_bqr.cc | 130 << "Handle: " << loghex(bqr_log_dump_event_.connection_handle) in WriteLmpLlTraceLogFile() 152 << "Handle: " << loghex(bqr_log_dump_event_.connection_handle) in WriteBtSchedulingTraceLogFile() 164 << ", Handle: " << loghex(bqr_link_quality_event_.connection_handle) in ToString() 335 << ": Event Mask: " << loghex(bqr_config.quality_event_mask) in EnableBtQualityReport() 348 << ", Mask: " << loghex(bqr_config.quality_event_mask) in ConfigureBqr() 354 << loghex(static_cast<uint8_t>(bqr_config.report_action)) in ConfigureBqr() 355 << ", Mask: " << loghex(bqr_config.quality_event_mask) in ConfigureBqr() 392 << ": Fail to configure BQR. status: " << loghex(status); in BqrVscCompleteCallback() 416 << ", current event mask: " << loghex(current_quality_event_mask) in BqrVscCompleteCallback() 417 << ", vendor quality: " << loghex(current_vnd_quality_mask) in BqrVscCompleteCallback() [all …]
|
/packages/modules/Bluetooth/system/bta/jv/ |
D | bta_jv_act.cc | 223 << ", handle=" << loghex(p_cb->handle); in bta_jv_alloc_rfc_cb() 300 << ", jv handle=" << loghex(p_pcb->handle); in bta_jv_free_rfc_cb() 333 << ", jv handle=" << loghex(p_pcb->handle) in bta_jv_free_rfc_cb() 348 LOG(WARNING) << __func__ << ": Remove jv handle=" << loghex(p_pcb->handle) in bta_jv_free_rfc_cb() 455 VLOG(2) << __func__ << ": jv_handle=" << loghex(jv_handle) in bta_jv_free_set_pm_profile_cb() 480 LOG(WARNING) << __func__ << ": jv_handle=" << loghex(jv_handle) in bta_jv_free_set_pm_profile_cb() 490 LOG(WARNING) << __func__ << ": jv_handle=" << loghex(jv_handle) in bta_jv_free_set_pm_profile_cb() 551 VLOG(2) << __func__ << ": handle=" << loghex(jv_handle) in bta_jv_alloc_set_pm_profile_cb() 567 LOG(WARNING) << __func__ << ": handle=" << loghex(jv_handle) in bta_jv_alloc_set_pm_profile_cb() 653 VLOG(2) << __func__ << ": Reusing PSM=" << loghex(psm); in bta_jv_get_free_psm() [all …]
|
/packages/modules/Bluetooth/system/profile/sdp/ |
D | sdp_logging_helper.h | 48 return "Unknown PduId: " + loghex((uint8_t)id); in PduIdText() 75 return "Unknown AttributeId: " + loghex((uint16_t)id); in AttributeIdText() 95 return "Unknown DataElementType: " + loghex((uint8_t)type); in DataElementTypeText() 114 return "Unknown DataElementSize: " + loghex((uint8_t)size); in DataElementSizeText()
|