Lines Matching full:service
76 ** application UUID, service UUID and service instance
128 ** Description This function is called to reserve a block of handles for a service.
130 ** *** It should be called only once per service instance ***
133 ** p_svc_uuid : service UUID
134 ** svc_inst : instance of the service inside the application
135 ** num_handles : number of handles needed by the service.
136 ** is_pri : is a primary service or not.
138 ** Returns service handle if sucessful, otherwise 0.
167 GATT_TRACE_DEBUG0 ("Service already been created!!");
223 /* add a pending new service change item to the list */
243 GATT_TRACE_ERROR0 ("GATTS_ReserveHandles: service DB initialization failed");
268 ** Description This function is called to add an included service.
270 ** Parameter service_handle : To which service this included service is added to.
271 ** include_svc_handle : included service handle.
273 ** Returns included service attribute handle. If 0, add included service
284 GATT_TRACE_DEBUG0("Service not created");
289 GATT_TRACE_DEBUG0("Included Service not created");
302 ** Description This function is called to add a characteristic into a service.
304 ** value declaration into the service database identified by the
305 ** service handle.
307 ** Parameter service_handle : To which service this included service is added to.
322 GATT_TRACE_DEBUG0("Service not created");
343 ** into a service database. Add descriptor should follow add char
347 ** Parameter service_handle : To which service this characteristic descriptor
365 GATT_TRACE_DEBUG0("Service not created");
384 ** Description This function is called to delete a service.
387 ** p_svc_uuid : service UUID
388 ** svc_inst : instance of the service inside the application
414 GATT_TRACE_ERROR0 ("No Service found");
422 GATT_TRACE_DEBUG0 ("Delete a new service changed item - the service has not yet started");
454 ** Description This function is called to start a service with GATT
456 ** Parameter gatt_if : service
457 ** p_cback : application service callback functions.
458 ** sup_transport : supported transport(s) for this primary service
486 GATT_TRACE_ERROR0 ("no service found");
494 GATT_TRACE_ERROR0 ("Duplicate Service start - Service already started");
541 /* remove the new service element after the srv changed processing is completed*/
552 ** Description This function is called to stop a service
554 ** Parameter service_handle : this is the start handle of a service
850 p_param->service.len == 0))
860 p_clcb->uuid = p_param->service;
921 p_clcb->s_handle = p_read->service.s_handle;
922 p_clcb->e_handle = p_read->service.e_handle;
923 memcpy(&p_clcb->uuid, &p_read->service.uuid, sizeof(tBT_UUID));