Lines Matching refs:service_id
191 void BTA_GATTS_AddIncludeService(UINT16 service_id, UINT16 included_service_id) in BTA_GATTS_AddIncludeService() argument
201 p_buf->hdr.layer_specific = service_id; in BTA_GATTS_AddIncludeService()
224 void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid, in BTA_GATTS_AddCharacteristic() argument
234 p_buf->hdr.layer_specific = service_id; in BTA_GATTS_AddCharacteristic()
263 void BTA_GATTS_AddCharDescriptor (UINT16 service_id, in BTA_GATTS_AddCharDescriptor() argument
276 p_buf->hdr.layer_specific = service_id; in BTA_GATTS_AddCharDescriptor()
301 void BTA_GATTS_DeleteService(UINT16 service_id) in BTA_GATTS_DeleteService() argument
309 p_buf->layer_specific = service_id; in BTA_GATTS_DeleteService()
329 void BTA_GATTS_StartService(UINT16 service_id, tBTA_GATT_TRANSPORT sup_transport) in BTA_GATTS_StartService() argument
337 p_buf->hdr.layer_specific = service_id; in BTA_GATTS_StartService()
356 void BTA_GATTS_StopService(UINT16 service_id) in BTA_GATTS_StopService() argument
364 p_buf->layer_specific = service_id; in BTA_GATTS_StopService()