Home | History | Annotate | Download | only in gatt

Lines Matching full:service

137 ** Description      Create a service. When service creation is done, a callback
139 ** and service ID to the profile. The service ID obtained in
141 ** service and characteristics/descriptors into the service.
143 ** Parameters app_id: Profile ID this service is belonged to.
144 ** p_service_uuid: service UUID.
145 ** inst: instance ID number of this service.
146 ** num_handle: numble of handle requessted for this service.
147 ** is_primary: is this service a primary one or not.
175 ** Description This function is called to add an included service. After included
176 ** service is included, a callback event BTA_GATTS_ADD_INCL_SRVC_EVT
177 ** is reported the included service ID.
179 ** Parameters service_id: service ID to which this included service is to
181 ** included_service_id: the service ID to be included.
208 ** Description This function is called to add a characteristic into a service.
210 ** Parameters service_id: service ID to which this included service is to
250 ** Parameters service_id: service ID to which this charatceristic descriptor is to
288 ** Description This function is called to delete a service. When this is done,
316 ** Description This function is called to start a service.
318 ** Parameters service_id: the service ID to be started.
344 ** Description This function is called to stop a service.
346 ** Parameters service_id - service to be topped.