Home | History | Annotate | Download | only in gatt

Lines Matching refs:e_handle

278             UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.e_handle);
306 ** e_handle: ending handle of the range we are looking for.
320 UINT16 e_handle,
338 while (p_attr && p_attr->handle <= e_handle)
412 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle,
418 s_handle, e_handle, service.uu.uuid16);
420 if (service.len == 0 || s_handle == 0 || e_handle == 0)
431 p_attr->p_value->incl_handle.e_handle = e_handle;