Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_db.cc220 tGATT_INCL_SRVC& incl_handle = attr16.p_value->incl_handle; in read_attr_value() local
221 if (incl_handle.service_type.Is16Bit()) in read_attr_value()
228 UINT16_TO_STREAM(p, incl_handle.s_handle); in read_attr_value()
229 UINT16_TO_STREAM(p, incl_handle.e_handle); in read_attr_value()
231 if (incl_handle.service_type.Is16Bit()) { in read_attr_value()
232 UINT16_TO_STREAM(p, incl_handle.service_type.As16Bit()); in read_attr_value()
350 attr.p_value->incl_handle.s_handle = s_handle; in gatts_add_included_service()
351 attr.p_value->incl_handle.e_handle = e_handle; in gatts_add_included_service()
352 attr.p_value->incl_handle.service_type = service; in gatts_add_included_service()
Dgatt_sr_hash.cc45 len += 8 + gatt_build_uuid_to_stream_len(attr_it->p_value->incl_handle.service_type); in calculate_database_info_size()
87 UINT16_TO_STREAM(p_data, attr_it->p_value->incl_handle.s_handle); in fill_database_info()
88 UINT16_TO_STREAM(p_data, attr_it->p_value->incl_handle.e_handle); in fill_database_info()
90 gatt_build_uuid_to_stream(&p_data, attr_it->p_value->incl_handle.service_type); in fill_database_info()
Dgatt_int.h158 tGATT_INCL_SRVC incl_handle; /* included service */ member