Searched refs:incl_handle (Results 1 – 2 of 2) sorted by relevance
214 tGATT_INCL_SRVC& incl_handle = attr16.p_value->incl_handle; in read_attr_value() local215 if (incl_handle.service_type.Is16Bit()) in read_attr_value()222 UINT16_TO_STREAM(p, incl_handle.s_handle); in read_attr_value()223 UINT16_TO_STREAM(p, incl_handle.e_handle); in read_attr_value()225 if (incl_handle.service_type.Is16Bit()) { in read_attr_value()226 UINT16_TO_STREAM(p, incl_handle.service_type.As16Bit()); in read_attr_value()344 attr.p_value->incl_handle.s_handle = s_handle; in gatts_add_included_service()345 attr.p_value->incl_handle.e_handle = e_handle; in gatts_add_included_service()346 attr.p_value->incl_handle.service_type = service; in gatts_add_included_service()
157 tGATT_INCL_SRVC incl_handle; /* included service */ member