Home | History | Annotate | Download | only in gatt

Lines Matching full:service_id

166 ** Parameters       service_id: service ID to which this included service is to
173 void BTA_GATTS_AddIncludeService(UINT16 service_id, UINT16 included_service_id)
179 p_buf->hdr.layer_specific = service_id;
191 ** Parameters service_id: service ID to which this included service is to
200 void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid,
207 p_buf->hdr.layer_specific = service_id;
225 ** Parameters service_id: service ID to which this charatceristic descriptor is to
233 void BTA_GATTS_AddCharDescriptor (UINT16 service_id,
241 p_buf->hdr.layer_specific = service_id;
256 ** Parameters service_id: service_id to be deleted.
261 void BTA_GATTS_DeleteService(UINT16 service_id)
266 p_buf->layer_specific = service_id;
277 ** Parameters service_id: the service ID to be started.
283 void BTA_GATTS_StartService(UINT16 service_id, tBTA_GATT_TRANSPORT sup_transport)
289 p_buf->hdr.layer_specific = service_id;
301 ** Parameters service_id - service to be topped.
306 void BTA_GATTS_StopService(UINT16 service_id)
311 p_buf->layer_specific = service_id;