Searched refs:GATT_DISC_INFO (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_cl.c | 70 #define GATT_DISC_INFO(fmt, args...) {if (gatt_cb.auto_disc == FALSE) BT_PRINT_I("BT_GATT", fmt, ##… macro 423 …GATT_DISC_INFO("%s handle %x, end handle %x", __func__, result.handle, result.value.group_value.e_… in gatt_process_find_type_value_rsp() 490 … GATT_DISC_INFO("%s handle %x, uuid %s", __func__, result.handle, gatt_uuid_to_str(&result.type)); in gatt_process_read_info_rsp() 528 GATT_DISC_INFO("Discovery completed"); in gatt_proc_disc_error_rsp() 808 GATT_DISC_INFO("%s op %x, handle %x", __func__, op_code, handle); in gatt_process_read_by_type_rsp() 838 …GATT_DISC_INFO("DISC ALL SVC end handle %x, uuid %s", record_value.group_value.e_handle, gatt_uuid… in gatt_process_read_by_type_rsp() 854 GATT_DISC_INFO("DISC INC SVC start handle %x, end handle %x, uuid %s", in gatt_process_read_by_type_rsp() 1004 GATT_DISC_INFO("DISC INC SRVC start handle %x, end handle %x, uuid %s", in gatt_process_read_rsp()
|