Home | History | Annotate | Download | only in gatt

Lines Matching refs:e_handle

289             UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.e_handle);
317 ** e_handle: ending handle of the range we are looking for.
331 UINT16 e_handle,
352 while (p_attr && p_attr->handle <= e_handle)
451 UINT16 gatts_add_included_service (tGATT_SVC_DB *p_db, UINT16 s_handle, UINT16 e_handle,
458 s_handle, e_handle
460 if (service.len == 0 || s_handle == 0 || e_handle == 0)
471 p_attr->p_value->incl_handle.e_handle = e_handle;