Home | History | Annotate | Download | only in gatt

Lines Matching refs:s_handle

283             UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.s_handle);
311 ** s_handle: starting handle of the range we are looking for.
325 UINT16 s_handle,
365 if (p_attr->handle >= s_handle && gatt_uuid_compare(type, attr_uuid))
446 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle,
453 s_handle, e_handle, service.uu.uuid16);
455 if (service.len == 0 || s_handle == 0 || e_handle == 0)
465 p_attr->p_value->incl_handle.s_handle = s_handle;