Searched refs:gatt_uuid_to_str (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_sr_hash.c | 216 printf("\tuuid %s\n", gatt_uuid_to_str(&p_attr->p_value->uuid)); in gatts_show_local_database() 223 … printf("\tuuid %s\t", gatt_uuid_to_str(&p_attr->p_value->incl_handle.service_type)); in gatts_show_local_database() 234 printf("\tuuid %s\n", gatt_uuid_to_str(&char_uuid)); in gatts_show_local_database()
|
D | gatt_cl.c | 490 … GATT_DISC_INFO("%s handle %x, uuid %s", __func__, result.handle, gatt_uuid_to_str(&result.type)); in gatt_process_read_info_rsp() 838 …ALL SVC end handle %x, uuid %s", record_value.group_value.e_handle, gatt_uuid_to_str(&record_value… in gatt_process_read_by_type_rsp() 855 …rd_value.incl_service.s_handle, record_value.incl_service.e_handle, gatt_uuid_to_str(&record_value… in gatt_process_read_by_type_rsp() 1005 … inc_srvc->s_handle, inc_srvc->e_handle, gatt_uuid_to_str(&inc_srvc->service_type)); in gatt_process_read_rsp()
|
D | gatt_utils.c | 2917 char *gatt_uuid_to_str(const tBT_UUID *uuid) in gatt_uuid_to_str() function
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 630 extern char *gatt_uuid_to_str(const tBT_UUID *uuid);
|