Home
last modified time | relevance | path

Searched refs:LOG_DEBUG (Results 1 – 24 of 24) sorted by relevance

/system/bt/btif/src/
Dbtif_gatt_test.c108 LOG_DEBUG(LOG_TAG, "%s: conn_id=%d, connected=%d", __FUNCTION__, conn_id, connected); in btif_test_connect_cback()
115 LOG_DEBUG(LOG_TAG, "%s: op_code=0x%02x, conn_id=0x%x. status=0x%x", in btif_test_command_complete_cback()
132 LOG_DEBUG(LOG_TAG, "%s: Unknown op_code (0x%02x)", __FUNCTION__, op); in btif_test_command_complete_cback()
143 LOG_DEBUG(LOG_TAG, "------ GATT Discovery result %-22s -------", disc_name[disc_type]); in btif_test_discovery_result_cback()
144 LOG_DEBUG(LOG_TAG, " Attribute handle: 0x%04x (%d)", p_data->handle, p_data->handle); in btif_test_discovery_result_cback()
147 LOG_DEBUG(LOG_TAG, " Attribute type: %s", format_uuid(p_data->type, str_buf)); in btif_test_discovery_result_cback()
153 LOG_DEBUG(LOG_TAG, " Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback()
156 LOG_DEBUG(LOG_TAG, " Service UUID: %s", in btif_test_discovery_result_cback()
161 LOG_DEBUG(LOG_TAG, " Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback()
167 LOG_DEBUG(LOG_TAG, " Handle range: 0x%04x ~ 0x%04x (%d ~ %d)", in btif_test_discovery_result_cback()
[all …]
Dbtif_sock_util.c174 LOG_DEBUG(LOG_TAG, "%s, size:%d, dump started {", title, size); in dump_bin()
191 LOG_DEBUG(LOG_TAG, "%s", line_buff); in dump_bin()
212 LOG_DEBUG(LOG_TAG, "%s", line_buff); in dump_bin()
240 LOG_DEBUG(LOG_TAG, "%s", line_buff); in dump_bin()
242 LOG_DEBUG(LOG_TAG, "%s, size:%d, dump ended }", title, size); in dump_bin()
Dbtif_avrcp_audio_track.cpp78 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpAudioTrackStop()
91 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpAudioTrackDelete()
112 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpAudioTrackPause()
126 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__); in BtifAvrcpSetAudioTrackGain()
Dbtif_config.c109 LOG_DEBUG(LOG_TAG, "%s: Device [%s] type %d", __FUNCTION__, bd_addr_str, *p_device_type); in btif_get_device_type()
127 LOG_DEBUG(LOG_TAG, "%s: Device [%s] address type %d", __FUNCTION__, bd_addr_str, *p_addr_type); in btif_get_address_type()
Dbtif_gatt_server.c340 LOG_DEBUG(LOG_TAG, "%s: Empty event (%d)!", __FUNCTION__, event); in btapp_gatts_handle_cback()
Dbtif_dm.c581LOG_DEBUG(LOG_TAG, "remote version info [%s]: %x, %x, %x", bdaddr_to_string(p_bd, bdstr, sizeof(bd… in btif_update_remote_version_property()
1042 LOG_DEBUG(LOG_TAG, "%s cod is 0, set as unclassified", __func__); in btif_dm_ssp_cfm_req_evt()
1077 LOG_DEBUG(LOG_TAG, "%s cod is 0, set as unclassified", __func__); in btif_dm_ssp_key_notif_evt()
1348 LOG_DEBUG(LOG_TAG, "%s cod is 0, set as unclassified", __func__); in btif_dm_search_devices_evt()
Dbtif_gatt_client.c565 LOG_DEBUG(LOG_TAG, "BTA_GATTC_ACL_EVT: status = %d", p_data->status); in btif_gattc_upstreams_evt()
/system/bt/main/
Dbte_conf.c46 LOG_DEBUG(LOG_TAG, "%s no section named %s.", __func__, section_name); in bte_load_did_conf()
66LOG_DEBUG(LOG_TAG, "Device ID record %d : %s", i, (record.primary_record ? "primary" : "not primar… in bte_load_did_conf()
67 LOG_DEBUG(LOG_TAG, " vendorId = %04x", record.vendor); in bte_load_did_conf()
68 LOG_DEBUG(LOG_TAG, " vendorIdSource = %04x", record.vendor_id_source); in bte_load_did_conf()
69 LOG_DEBUG(LOG_TAG, " product = %04x", record.product); in bte_load_did_conf()
70 LOG_DEBUG(LOG_TAG, " version = %04x", record.version); in bte_load_did_conf()
71 LOG_DEBUG(LOG_TAG, " clientExecutableURL = %s", record.client_executable_url); in bte_load_did_conf()
72 LOG_DEBUG(LOG_TAG, " serviceDescription = %s", record.service_description); in bte_load_did_conf()
73 LOG_DEBUG(LOG_TAG, " documentationURL = %s", record.documentation_url); in bte_load_did_conf()
Dbte_logmsg.c189 LOG_DEBUG(bt_layer_tags[trace_layer], "%s", buffer); in LogMsg()
/system/bt/osi/include/
Dlog.h33 #define LOG_DEBUG(...) LOGWRAPPER(__VA_ARGS__) macro
47 #define LOG_DEBUG(tag, fmt, args...) ALOG(LOG_DEBUG, tag, fmt, ## args ) macro
/system/core/include/log/
Dlog.h114 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
120 ? ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
185 #define IF_ALOGD() IF_ALOG(LOG_DEBUG, LOG_TAG)
/system/bt/osi/src/
Dmetrics.cpp182 LOG_DEBUG(LOG_TAG, "%s serializing metrics", __func__); in metrics_write()
209 LOG_DEBUG(LOG_TAG, "%s printing metrics", __func__); in metrics_print()
Dthread.c222 LOG_DEBUG(LOG_TAG, "%s growing event queue on shutdown.", __func__); in run_thread()
Dconfig.c429 LOG_DEBUG(LOG_TAG, "%s unterminated section name on line %d.", __func__, line_num); in config_parse()
437 LOG_DEBUG(LOG_TAG, "%s no key/value separator found on line %d.", __func__, line_num); in config_parse()
Dalarm.c551LOG_DEBUG(LOG_TAG, "%s alarm expiration too close for posix timers, switching to guns", __func__); in reschedule_root_alarm()
673 LOG_DEBUG(LOG_TAG, "%s Callback thread exited", __func__); in callback_dispatch()
Dwakelock.c190 LOG_DEBUG(LOG_TAG, "%s opening wake locks", __func__); in wakelock_initialize_native()
/system/bt/hci/src/
Dbtsnoop_net.c57 LOG_DEBUG(LOG_TAG, "initialized"); in btsnoop_net_open()
Dhci_layer.c272 LOG_DEBUG(LOG_TAG, "%s starting async portion", __func__); in start_up()
346 LOG_DEBUG(LOG_TAG, "%s posting postload work item", __func__); in do_postload()
/system/core/logd/
DLogKlog.cpp508 case LOG_DEBUG: in convertKernelPrioToAndroidPrio()
/system/bt/stack/rfcomm/
Dport_api.c46 #define debug(fmt, ...) LOG_DEBUG(LOG_TAG, "%s: " fmt,__FUNCTION__, ## __VA_ARGS__)
/system/bt/bta/gatt/
Dbta_gattc_cache.c1315 LOG_DEBUG(LOG_TAG, "%s", __func__); in bta_gattc_get_gatt_db()
Dbta_gattc_act.c2075 LOG_DEBUG(LOG_TAG, "Listen For All now"); in bta_gattc_listen()
/system/bt/bta/hh/
Dbta_hh_le.c1432 LOG_DEBUG(LOG_TAG, "%s: %s 0x%04d", __func__, bta_hh_uuid_to_str(p_char->uuid.uu.uuid16), in bta_hh_le_search_hid_chars()
/system/bt/stack/btm/
Dbtm_ble_gap.c1719 LOG_DEBUG(LOG_TAG, "disc_mode %04x", disc_mode); in btm_ble_set_adv_flag()