Home
last modified time | relevance | path

Searched refs:incl_handle (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr_hash.c77 len += 8 + p_attr->p_value->incl_handle.service_type.len; in calculate_database_info_size()
125 UINT16_TO_STREAM(p_data, p_attr->p_value->incl_handle.s_handle); in fill_database_info()
126 UINT16_TO_STREAM(p_data, p_attr->p_value->incl_handle.e_handle); in fill_database_info()
127 gatt_build_uuid_to_stream(&p_data, p_attr->p_value->incl_handle.service_type); in fill_database_info()
223 … printf("\tuuid %s\t", gatt_uuid_to_str(&p_attr->p_value->incl_handle.service_type)); in gatts_show_local_database()
224 printf("\thandle %d\n", p_attr->p_value->incl_handle.s_handle); in gatts_show_local_database()
225 printf("\tend_handle %d\n", p_attr->p_value->incl_handle.e_handle); in gatts_show_local_database()
Dgatt_db.c265 if (p_attr16->p_value->incl_handle.service_type.len == LEN_UUID_16) { in read_attr_value()
272 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.s_handle); in read_attr_value()
273 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.e_handle); in read_attr_value()
275 if (p_attr16->p_value->incl_handle.service_type.len == LEN_UUID_16) { in read_attr_value()
276 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.service_type.uu.uuid16); in read_attr_value()
482 p_attr->p_value->incl_handle.s_handle = s_handle; in gatts_add_included_service()
483 p_attr->p_value->incl_handle.e_handle = e_handle; in gatts_add_included_service()
484 memcpy(&p_attr->p_value->incl_handle.service_type, &service, sizeof(tBT_UUID)); in gatts_add_included_service()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h173 tGATT_INCL_SRVC incl_handle; /* included service */ member