Lines Matching refs:service_id
173 void BTA_GATTS_AddIncludeService(UINT16 service_id, UINT16 included_service_id) in BTA_GATTS_AddIncludeService() argument
179 p_buf->hdr.layer_specific = service_id; in BTA_GATTS_AddIncludeService()
200 void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid, in BTA_GATTS_AddCharacteristic() argument
207 p_buf->hdr.layer_specific = service_id; in BTA_GATTS_AddCharacteristic()
233 void BTA_GATTS_AddCharDescriptor (UINT16 service_id, in BTA_GATTS_AddCharDescriptor() argument
241 p_buf->hdr.layer_specific = service_id; in BTA_GATTS_AddCharDescriptor()
261 void BTA_GATTS_DeleteService(UINT16 service_id) in BTA_GATTS_DeleteService() argument
266 p_buf->layer_specific = service_id; in BTA_GATTS_DeleteService()
283 void BTA_GATTS_StartService(UINT16 service_id, tBTA_GATT_TRANSPORT sup_transport) in BTA_GATTS_StartService() argument
289 p_buf->hdr.layer_specific = service_id; in BTA_GATTS_StartService()
306 void BTA_GATTS_StopService(UINT16 service_id) in BTA_GATTS_StopService() argument
311 p_buf->layer_specific = service_id; in BTA_GATTS_StopService()