Home | History | Annotate | Download | only in gatt

Lines Matching refs:e_handle

284             UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.e_handle);
312 ** e_handle: ending handle of the range we are looking for.
326 UINT16 e_handle,
344 while (p_attr && p_attr->handle <= e_handle)
440 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle,
447 s_handle, e_handle, service.uu.uuid16);
449 if (service.len == 0 || s_handle == 0 || e_handle == 0)
460 p_attr->p_value->incl_handle.e_handle = e_handle;