Home | History | Annotate | Download | only in gatt

Lines Matching refs:num_handles

135 **                  num_handles   : number of handles needed by the service.
142 UINT16 svc_inst, UINT16 num_handles, BOOLEAN is_pri)
197 if (num_handles > (0xFFFF - s_hdl + 1))
199 GATT_TRACE_ERROR2 ("GATTS_ReserveHandles: no handles, s_hdl: %u needed: %u", s_hdl, num_handles);
214 p_list->asgn_range.e_handle = s_hdl+num_handles-1;
241 if (!gatts_init_service_db(&p_list->svc_db, *p_svc_uuid, is_pri, s_hdl , num_handles))
256 num_handles, p_list->asgn_range.s_handle , p_list->asgn_range.e_handle,