Home
last modified time | relevance | path

Searched refs:GATT_TRACE_DEBUG (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c203 GATT_TRACE_DEBUG("%s handle %x", __func__, p_data->handle); in gatt_proc_read()
262 GATT_TRACE_DEBUG("%s len %u, feat %x", __func__, p_data->len, *p); in gatt_sr_write_cl_supp_feat()
349 GATT_TRACE_DEBUG("%s",__func__); in gatt_request_cback()
401 GATT_TRACE_DEBUG ("%s: from %08x%04x connected:%d conn_id=%d reason = 0x%04x", __FUNCTION__, in gatt_connect_cback()
457 GATT_TRACE_DEBUG ("GATTS_CreateService: handle of service handle%x", service_handle); in gatt_profile_db_init()
467 GATT_TRACE_DEBUG ("gatt_profile_db_init: handle of service changed%d\n", in gatt_profile_db_init()
501 GATT_TRACE_DEBUG ("gatt_profile_db_init: gatt_if=%d start status%d\n", in gatt_profile_db_init()
516 GATT_TRACE_DEBUG("%s, disc_type = %d",__func__, disc_type); in gatt_disc_res_cback()
554 GATT_TRACE_DEBUG("%s",__func__); in gatt_disc_cmpl_cback()
582 GATT_TRACE_DEBUG("%s",__func__); in gatt_cl_op_cmpl_cback()
[all …]
Dgatt_main.c167 GATT_TRACE_DEBUG("gatt_free()"); in gatt_free()
262 GATT_TRACE_DEBUG ("gatt_disconnect "); in gatt_disconnect()
281 GATT_TRACE_DEBUG ("gatt_disconnect already in closing state"); in gatt_disconnect()
328GATT_TRACE_DEBUG("gatt_update_app_hold_link_status found=%d[1-found] idx=%d gatt_if=%d is_add=%d",… in gatt_update_app_hold_link_status()
344 GATT_TRACE_DEBUG("gatt_update_app_use_link_flag is_add=%d chk_link=%d", in gatt_update_app_use_link_flag()
354 GATT_TRACE_DEBUG("GATT disables link idle timer"); in gatt_update_app_use_link_flag()
361GATT_TRACE_DEBUG("GATT starts link idle timer =%d sec", GATT_LINK_IDLE_TIMEOUT_WHEN_NO_APP); in gatt_update_app_use_link_flag()
459 GATT_TRACE_DEBUG ("GATT ATT protocol channel with BDA: %08x%04x is %s", in gatt_le_connect_cback()
510 GATT_TRACE_DEBUG ("ATT disconnected"); in gatt_le_connect_cback()
669GATT_TRACE_DEBUG("gatt_l2c_connect_cfm_cback result: %d ch_state: %d, lcid:0x%x", result, gatt_get… in gatt_l2cif_connect_cfm_cback()
[all …]
Dgatt_utils.c94 GATT_TRACE_DEBUG("gatt_free_pending_ind"); in gatt_free_pending_ind()
118 GATT_TRACE_DEBUG("gatt_free_pending_enc_queue"); in gatt_free_pending_enc_queue()
142 GATT_TRACE_DEBUG("gatt_free_pending_prepare_write_queue"); in gatt_free_pending_prepare_write_queue()
171 GATT_TRACE_DEBUG ("gatt_delete_dev_from_srv_chg_clt_list"); in gatt_delete_dev_from_srv_chg_clt_list()
195 GATT_TRACE_DEBUG ("gatt_set_srv_chg"); in gatt_set_srv_chg()
204 GATT_TRACE_DEBUG ("found a srv_chg clt"); in gatt_set_srv_chg()
208 GATT_TRACE_DEBUG("set srv_changed to TRUE"); in gatt_set_srv_chg()
244 GATT_TRACE_DEBUG("gatt_sr_is_new_srv_chg: Yes"); in gatt_sr_is_new_srv_chg()
265 GATT_TRACE_DEBUG ("gatt_add_pending_ind"); in gatt_add_pending_ind()
267 GATT_TRACE_DEBUG ("enqueue a pending indication"); in gatt_add_pending_ind()
[all …]
Dgatt_db.c78 GATT_TRACE_DEBUG("gatts_init_service_db\n"); in gatts_init_service_db()
79 GATT_TRACE_DEBUG("s_hdl = %d num_handle = %d\n", s_hdl, num_handle ); in gatts_init_service_db()
219GATT_TRACE_DEBUG("read_attr_value uuid=0x%04x perm=0x%0x sec_flag=0x%x offset=%d read_long=%d\n", in read_attr_value()
452 GATT_TRACE_DEBUG("gatts_add_included_service: s_hdl = 0x%04x e_hdl = 0x%04x uuid = 0x%04x", in gatts_add_included_service()
518 GATT_TRACE_DEBUG("gatts_add_characteristic perm=0x%0x property=0x%0x\n", perm, property); in gatts_add_characteristic()
552GATT_TRACE_DEBUG("attr_val->attr_len = %x, attr_val->attr_max_len = %x\n", attr_val->attr_len, att… in gatts_add_characteristic()
553 GATT_TRACE_DEBUG("attribute handle = %x\n", p_char_val->handle); in gatts_add_characteristic()
657 GATT_TRACE_DEBUG("gatts_add_char_descr uuid=0x%04x\n", p_descr_uuid->uu.uuid16); in gatts_add_char_descr()
668 GATT_TRACE_DEBUG("gatts_add_char_descr Fail for adding char descriptors."); in gatts_add_char_descr()
723 GATT_TRACE_DEBUG("gatts_set_attribute_value Fail:p_db is NULL.\n"); in gatts_set_attribute_value()
[all …]
Dgatt_api.c181 GATT_TRACE_DEBUG ("Service already been created!!\n"); in GATTS_CreateService()
241 GATT_TRACE_DEBUG ("Add a new srv chg item\n"); in GATTS_CreateService()
281 GATT_TRACE_DEBUG("Service not created"); in GATTS_AddIncludeService()
285 GATT_TRACE_DEBUG("Included Service not created"); in GATTS_AddIncludeService()
318 GATT_TRACE_DEBUG("Service not created\n"); in GATTS_AddCharacteristic()
324 GATT_TRACE_DEBUG("Invalid configuration property=0x%x perm=0x%x\n ", property, perm); in GATTS_AddCharacteristic()
360 GATT_TRACE_DEBUG("Service not created"); in GATTS_AddCharDescriptor()
366 GATT_TRACE_DEBUG("Illegal parameter"); in GATTS_AddCharDescriptor()
399 GATT_TRACE_DEBUG ("GATTS_DeleteService"); in GATTS_DeleteService()
415 GATT_TRACE_DEBUG ("Delete a new service changed item - the service has not yet started"); in GATTS_DeleteService()
[all …]
Dgatt_sr.c133 GATT_TRACE_DEBUG("gatt_dequeue_sr_cmd" ); in gatt_dequeue_sr_cmd()
167 GATT_TRACE_DEBUG ("process_read_multi_rsp status=%d mtu=%d", status, mtu); in process_read_multi_rsp()
185 GATT_TRACE_DEBUG ("Multi read count=%d num_hdls=%d", in process_read_multi_rsp()
230GATT_TRACE_DEBUG ("multi read overflow available len=%d val_len=%d", len, p_rsp->attr_value.len ); in process_read_multi_rsp()
263 GATT_TRACE_DEBUG(" osi_free (p_buf)"); in process_read_multi_rsp()
288 GATT_TRACE_DEBUG ("process_read_multi_var rsp status=%d mtu=%d", status, mtu); in process_read_multi_var_rsp()
306 GATT_TRACE_DEBUG ("Multi var read count=%d num_hdls=%d", in process_read_multi_var_rsp()
348GATT_TRACE_DEBUG ("multi read variable overflow available len=%d val_len=%d", len, p_rsp->attr_val… in process_read_multi_var_rsp()
354GATT_TRACE_DEBUG("%s handle %x len %u", __func__, p_rsp->attr_value.handle, p_rsp->attr_value.len); in process_read_multi_var_rsp()
408 GATT_TRACE_DEBUG("gatt_sr_process_app_rsp gatt_if=%d\n", gatt_if); in gatt_sr_process_app_rsp()
[all …]
Dgatt_auth.c174 GATT_TRACE_DEBUG("gatt_enc_cmpl_cback"); in gatt_enc_cmpl_cback()
252 GATT_TRACE_DEBUG("notify GATT for encryption completion of unknown device"); in gatt_notify_enc_cmpl()
419 GATT_TRACE_DEBUG("gatt_get_link_encrypt_status status=0x%x", encrypt_status); in gatt_get_link_encrypt_status()
482 GATT_TRACE_DEBUG("gatt_security_check_start: Do data signing"); in gatt_security_check_start()
490 GATT_TRACE_DEBUG("gatt_security_check_start: Encrypt now or key upgreade first"); in gatt_security_check_start()
Dgatt_cl.c171 GATT_TRACE_DEBUG("gatt_act_read first_read_blob_after_read=%d", in gatt_act_read()
278 GATT_TRACE_DEBUG("gatt_act_write() failed op_code=0x%x rt=%d", op_code, rt); in gatt_act_write()
296 GATT_TRACE_DEBUG("gatt_send_queue_write_cancel "); in gatt_send_queue_write_cancel()
319 GATT_TRACE_DEBUG("gatt_check_write_long_terminate "); in gatt_check_write_long_terminate()
359 GATT_TRACE_DEBUG("gatt_send_prepare_write type=0x%x", type ); in gatt_send_prepare_write()
373 GATT_TRACE_DEBUG("offset =0x%x len=%d", offset, to_send ); in gatt_send_prepare_write()
409 GATT_TRACE_DEBUG("gatt_process_find_type_value_rsp "); in gatt_process_find_type_value_rsp()
519 GATT_TRACE_DEBUG("gatt_proc_disc_error_rsp reason: %02x cmd_code %04x", reason, opcode); in gatt_proc_disc_error_rsp()
559 GATT_TRACE_DEBUG("%s", __func__); in gatt_process_error_rsp()
605 GATT_TRACE_DEBUG("value resp op_code = %s len = %d", gatt_dbg_op_name(op_code), len); in gatt_process_prep_write_rsp()
[all …]
Datt_protocol.c365 GATT_TRACE_DEBUG("ATT failed to pass msg:0x%0x to L2CAP", in attp_send_msg_to_l2cap()
369 GATT_TRACE_DEBUG("ATT congested, message accepted"); in attp_send_msg_to_l2cap()
447 GATT_TRACE_DEBUG("attp_build_sr_msg: unknown op code = %d", op_code); in attp_build_sr_msg()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_trace.h333 #define GATT_TRACE_DEBUG(fmt, args...) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG && BT_… macro
501 #define GATT_TRACE_DEBUG(fmt, args...) macro